Changed the phone version of menu to make it fit better
This commit is contained in:
parent
879dc44284
commit
1b274884e8
@ -66,10 +66,10 @@ export default function Navbar() {
|
|||||||
{/* Mobile Menu */}
|
{/* Mobile Menu */}
|
||||||
{isMenuOpen && (
|
{isMenuOpen && (
|
||||||
<div className="md:hidden bg-gray-700 px-6 pb-4">
|
<div className="md:hidden bg-gray-700 px-6 pb-4">
|
||||||
<Link href={"/announcements"} className="hover:text-gray-400">
|
<Link href={"/announcements"} className="block py-2 hover:text-gray-400">
|
||||||
Announcements
|
Announcements
|
||||||
</Link>
|
</Link>
|
||||||
<Link href={"/releases"} className="hover:text-gray-400">
|
<Link href={"/releases"} className="block py-2 hover:text-gray-400">
|
||||||
Release
|
Release
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/" className="block py-2 hover:text-gray-400">
|
<Link href="/" className="block py-2 hover:text-gray-400">
|
||||||
|
Loading…
Reference in New Issue
Block a user