Skip to content

Commit

Permalink
Merge pull request #115 from deveshsawant05/new
Browse files Browse the repository at this point in the history
Fixed Menu button overlapping with Profile button
  • Loading branch information
Anas-github-acc authored Oct 12, 2024
2 parents 26f2562 + 56547ca commit ca5db7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function Navbar() {
Contact Us
</Link>
</div>
<div className={`mobile-menu ${notoSansFont.className}`}>
<div className={`mobile-menu ${user && "px-16"} ${notoSansFont.className}`}>
<div className="menu-icon">
<input
type="checkbox"
Expand All @@ -137,7 +137,7 @@ function Navbar() {
</div>

<div
className="mobile-menu-container"
className={`mobile-menu-container `}
style={{ display: hiddenMenu ? "none" : "" }}
>
<div className="mobile-menu-container2">
Expand Down

1 comment on commit ca5db7b

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for iiitvcc ready!

✅ Preview
https://iiitvcc-phdac3rm0-iiitv-coding-clubs-projects.vercel.app

Built with commit ca5db7b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.