
Submitted 11 months ago
Solved using Next.js just because đ
#next#react#tailwind-css#typescript
@LucasBaitz
Design comparison
SolutionDesign
Community feedback
- P@anna-dominguezPosted about 2 months ago
Good job on creating components for your CardLink! You could include the
<li>...</li>
directly inside it, so you don't have to write it each time.
Also, in your
CardLink
, you have a target prop assigned to_self
. I assume this is for links you don't have yet, but you're not actually using the target prop inLink
, so it's automatically set to_blank
. If you want to have a more closely look at the designs, you could change the title size.Good work :D
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord