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 #47 Navigation Button in Navbar to Redirect to First Component at config.tsx #46

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

CMs-web
Copy link
Contributor

@CMs-web CMs-web commented Jan 9, 2025

This pull request resolves an issue where the navigation button in the navbar was incorrectly redirecting users to the "Docs" page.

##Bug Fix: Updated the navigation logic to ensure the button now correctly redirects to the first component.
Tested: Verified functionality and navigation path for the button in various scenarios.

##Changes Made
Modified the navigation logic in the Navbar component.
Ensured proper routing to the first component.

##Testing Details
Tested across different environments to confirm correct redirection behavior.
No other components were affected by this change.

#bug
screen-capture.webm

#Fixed
image

…fig.tsx

Updated the navigation logic to ensure the button now correctly redirects to the first component.
Copy link

vercel bot commented Jan 9, 2025

@CMs-web is attempting to deploy a commit to the Codehagen Team on Vercel.

A member of the Team first needs to authorize it.

@CMs-web CMs-web changed the title Fix Navigation Button in Navbar to Redirect to First Component at config.tsx Fix #47 Navigation Button in Navbar to Redirect to First Component at config.tsx Jan 9, 2025
Copy link
Owner

@Codehagen Codehagen left a comment

Choose a reason for hiding this comment

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

Looks good to me

@Codehagen Codehagen merged commit 611fc76 into Codehagen:main Jan 9, 2025
1 of 2 checks passed
@CMs-web CMs-web deleted the Navigating-to-first-componet branch January 9, 2025 09:21
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.

Bug: Navbar Button Incorrectly Navigates to Docs Instead of First Component
2 participants