Skip to content

Commit

Permalink
navbar update
Browse files Browse the repository at this point in the history
  • Loading branch information
harith-hacky03 committed Jan 10, 2024
1 parent ced5d63 commit 1a66e95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/shared/navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const Navbar = () => {
<p className="navbar__link">{link?.text}</p>
</li>
))}

<li>
<div
className="navbar__dropdown"
onClick={() =>
Expand All @@ -100,6 +100,7 @@ const Navbar = () => {
))}
</ul>
</div>
</li>
<svg className="navbar__dropdown__down__svg">
<filter el="goo">
<feGaussianBlur
Expand Down

0 comments on commit 1a66e95

Please sign in to comment.