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

#SHA-12: fix: breadcrumb hover issue #38

Merged

Conversation

gaurangrshah
Copy link
Collaborator

@gaurangrshah gaurangrshah commented Apr 8, 2024

This commit fixes #28
Implemented the fix simply by using the nextjs Link as children to each of the breadcrumb children. As the first link ("Home") in each breadcrumb example already had a Link component as a child, I implemented the same thing for each fo the additional links (Support and Account) in each of the following examples where they were missing:

        modified:   src/registry/default/example/breadcrumb-demo.tsx
        modified:   src/registry/default/example/breadcrumb/breadcrumb-popover.tsx
        modified:   src/registry/default/example/breadcrumb/breadcrumb-separator.tsx
        modified:   src/registry/default/example/breadcrumb/breadcrumb-variants.tsx

I also capitalized the V in the heading for "Breadcrumb Variants". this affected the doc file at:

modified:   content/docs/breadcrumb.mdx

@BelkacemYerfa BelkacemYerfa merged commit 4c5cadd into BelkacemYerfa:dev Apr 8, 2024
1 check passed
@gaurangrshah gaurangrshah deleted the fix-breadcrum-hover-issue branch April 10, 2024 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants