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

Update Banner.jsx #192

Closed
wants to merge 1 commit into from
Closed

Conversation

aayush0325
Copy link

@aayush0325 aayush0325 commented Aug 8, 2024

This PR addresses and resolves Issue #176 by making necessary updates to the Banner.jsx component. The issue was related to the updated authentication mechanisms in Next.js, specifically concerning the use of the component in conjunction with an anchor tag nested within it.

Changes Implemented:
Removed the nested anchor tag within the component, which was causing invalid HTML and potential issues with Next.js routing and authentication flows. Replaced the nested structure with a single, valid component that retains all necessary styling and functionality.

This update ensures compatibility with the latest Next.js best practices, enhancing the stability and reliability of the application.

This fix should resolve any errors or warnings related to the misuse of the and tags and ensure smooth navigation across the application.

Copy link

vercel bot commented Aug 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 4:27pm

@aayush0325 aayush0325 closed this by deleting the head repository Sep 6, 2024
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.

Issue: Invalid <Link> Usage with <a> Child
1 participant