-
Notifications
You must be signed in to change notification settings - Fork 100
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
fixed active menu option issue #196
fixed active menu option issue #196
Conversation
Added 10 Frequently asked React Theory Interview Questions under Build Batch > React > Fundamental > Interview Questions (New Tab)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
DSA card missing in DOCS-Get Started
…dme-updated readme clone url updated
…ry-interview-questions Feat: Added React Theory Interview Questions
…-button-style Navbar dsa button style
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't change the formatting of the file, it makes lots of unnecessary changes and is very hard to review.
Fix this formatting
components/layout/sidebar-nav.tsx
Outdated
@@ -107,7 +107,7 @@ export function DocsSidebarNavItem({ | |||
"bg-muted": pathname === item.href, | |||
})} | |||
> | |||
{item.title} | |||
{item.title}uh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove "uh"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will remove it soon
components/code-editor.tsx
Outdated
)} | ||
</> | ||
); | ||
)} */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you comment this section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, I was testing something, I am making this file proper as well
…responsive Fix: In small screen Youtube iframe is causing problems to the page
I made the changes ✅ |
Fixes Issue
Fixed #195
Changes proposed
Screenshots
Note to reviewers
I fixed the issue and now whichever page we go to, that nav option will be active respectively.