We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2e4e8 commit 2c0b3adCopy full SHA for 2c0b3ad
src/components/Navbar.js
@@ -33,7 +33,7 @@ const Navbar = ({
33
onClick={toggleSidebar}
34
className="absolute top-1/2 -translate-y-1/2 left-4 text-red-600 focus:outline-none hidden md:block"
35
>
36
- <SidebarIcon size={24} />
+ <SidebarIcon size={24} weight="fill" />
37
</button>
38
<div className="container mx-auto flex justify-between items-center p-4 text-white">
39
<div className="md:hidden flex items-center space-x-2">
0 commit comments