so far
This commit is contained in:
@@ -47,11 +47,11 @@ export default function Navbar() {
|
||||
</div>
|
||||
|
||||
{/* Mobile menu button */}
|
||||
<button className="md:hidden text-white">
|
||||
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M4 6h16M4 12h16M4 18h16" />
|
||||
</svg>
|
||||
</button>
|
||||
{/*<button className="md:hidden text-white">*/}
|
||||
{/* <svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">*/}
|
||||
{/* <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M4 6h16M4 12h16M4 18h16" />*/}
|
||||
{/* </svg>*/}
|
||||
{/*</button>*/}
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user