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 'MainNav' and 'MobileNav' for consistent navigation #87

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

sarveshpyadav
Copy link
Contributor

EXISTING ISSUES:

It's important to note that the navigation bar in the project has a issue:

  • The problem is that the main navigation bar content displays Frontend Freaks in the desktop view but shows Menu in mobile view.
  • This inconsistency could lead to confusion or uncertainty for users about the exact brand name when navigating the website.

For example, the below is displayed in desktop.

Image-1

But, in mobile view it looks like this.

Image-2

And, if we click on Menu, then the toggle menu in mobile view shows:

Image-3

CHANGES MADE:

To address this issue, I have made the following changes:

  • I have updated the MainNav component to display Frontend Freaks as the main navigation bar content in both desktop and mobile views.
  • I have also updated the MobileNav component to display Frontend Freaks as the main content in mobile view, maintaining consistency with the desktop view.
  • I have improved brand clarity by ensuring that the name Frontend Freaks is consistently displayed in both navigation bars, leaving no ambiguity.

Here's how the fixed navigation bar will look:

  1. In desktop view,

Image-4

  1. In mobile view,

Image-5

And, if we click on Frontend Freaks, then the toggle menu in mobile view shows:

Image-6

REQUEST:

Please review and merge this pull request at your earliest convenience. I have attached the screenshots for existing and updated navigation as well. Thank you for your attention to this enhancement, which addresses the issue of inconsistent navigation between desktop and mobile views in our website. I look forward to your suggestions and edits.

@vercel
Copy link

vercel bot commented Oct 2, 2023

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

Name Status Preview Comments Updated (UTC)
frontendfreaks ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 7:31am

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you for your pull request and welcome to our community! We will be getting back to you soon . Your patience will be greatly appreciated! Thanks! 🥳

@Vishal-raj-1 Vishal-raj-1 merged commit d1578b6 into FrontendFreaks:master Oct 2, 2023
2 checks passed
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