This commit is contained in:
Joshua Higgins
2025-05-28 01:57:08 -04:00
parent 52eb74db37
commit 0277a087e2
12 changed files with 323 additions and 45 deletions

View File

@@ -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>