@VolkanSenerr
Martin Weissbach
@cmdaltentAll comments
- @cmdaltent
Solution looks good to me. 👍 Keep up the good work!
I just noticed that the background color differs from the design. It should've been the slate 300 color – same for the text in the
p
tag. That also leads to the--Slate-300
variable to be unused in your code, which is generally not recommended to keep unused variables in your code base as it leads to clutter and dead code.