fix navbar
All checks were successful
Deploy Website / deploy (push) Successful in 3m55s

This commit is contained in:
Lee 2024-10-09 18:15:48 +01:00
parent a69cf8a033
commit 6440001839

@ -47,7 +47,7 @@ export default function Navbar() {
return (
<div className="w-full sticky top-0 z-[999] h-10 items-center flex justify-between bg-secondary/95 px-1">
<div className="md:max-w-[1600px] w-full flex justify-between m-auto">
<div className="md:max-w-[1600px] w-full h-full flex justify-between m-auto">
{/* Left-aligned items */}
<div className="flex items-center h-full">
<ProfileButton />