Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(navbar): add group-list sub-component + minor design fixes #72

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

Touan95
Copy link
Contributor

@Touan95 Touan95 commented Sep 26, 2023

No description provided.

<>
{items.map((item, index) => (
<span key={index} className="w-full md:w-fit">
<Navbar.Link as={Link} href={item.href} withUnderlineEffect={withUnderlineEffect}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

est-ce qu'on peut pas mettre un className dans Link, ca nous eviter de devoir mettre un span ?

@Touan95 Touan95 merged commit 452030e into main Sep 26, 2023
1 check passed
@FR073N
Copy link
Collaborator

FR073N commented Sep 26, 2023

🎉 This PR is included in version 0.18.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants