Update Navbar functionality#286
Open
arnab-bol wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the navbar markup to correct the “About us” label and adjust the displayed navigation items.
Changes:
- Corrected the “ABout us” typo to “About us”
- Removed the “Contact us” navbar entry
- Left an empty line within the
<ul>list
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <li>ABout us</li> | ||
| <li>Contact us</li> | ||
| <li>About us</li> | ||
|
|
There was a problem hiding this comment.
There is an empty whitespace-only line inside the
- after the last
- . This adds no value and can create noisy diffs; remove the blank line or replace it with an actual nav item.
Suggested change
Comment on lines
+4
to
+5
| <li>About us</li> | ||
|
|
There was a problem hiding this comment.
This change removes the "Contact us" navbar entry without adding a replacement, which may reduce site navigation and seems inconsistent with the PR purpose of improving navigation. If "Contact us" is still a required destination, it should remain (possibly corrected/capitalized) rather than being deleted.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
Purpose: