fix: update the text color of the navbar section in dark mode.#594
Open
palchhinparihar wants to merge 1 commit intoMayur-Pagote:mainfrom
Open
fix: update the text color of the navbar section in dark mode.#594palchhinparihar wants to merge 1 commit intoMayur-Pagote:mainfrom
palchhinparihar wants to merge 1 commit intoMayur-Pagote:mainfrom
Conversation
|
@palchhinparihar is attempting to deploy a commit to the mayur-pagote's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Hi, Palchhin here,
🛠 Pull Request Template
📌 Related Issue
Fixes: #593
🔍 Describe your changes?
Hi, Palchhin here,
This PR fixes an issue where the navbar content was not visible on mobile screens when opening the hamburger menu.
🐛 Bug Description
When opening the navbar on mobile screens via the hamburger menu, the navigation content was not displayed. Although the menu appeared to open, the links and items inside the navbar were not visible to users.
🔁 Steps to Reproduce
✅ Expected Behavior
The navbar should display all navigation links and menu content clearly when the hamburger menu is opened on mobile devices. The mobile menu should be fully visible and accessible to users.
This PR updates the mobile navbar behavior to ensure the navigation items render correctly and remain visible when the hamburger menu is toggled.
📸 Screenshot
🧪 Checklist
Please check all that apply:
🗒️ Additional Notes (Optional)
Nothing
Lemme know for any changes to be made.
Thank you.