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

fix(navbar): expansion fix + new theming logic #75

Merged
merged 4 commits into from
Oct 3, 2023

Conversation

Touan95
Copy link
Contributor

@Touan95 Touan95 commented Oct 2, 2023

No description provided.

@@ -36,7 +36,7 @@ export const NavbarLink: FC<NavbarLinkProps> = ({
if (onClick) {
onClick(e);
}
setIsOpen(false);
href && setIsOpen(false);
Copy link
Collaborator

Choose a reason for hiding this comment

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

if(href) {
setIsOpen(false);
}

@Touan95 Touan95 merged commit 8b849b7 into main Oct 3, 2023
1 check passed
@FR073N
Copy link
Collaborator

FR073N commented Oct 3, 2023

🎉 This PR is included in version 0.19.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@FR073N FR073N added the released label Oct 3, 2023
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