Fix the navbar being off center
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m7s

This commit is contained in:
Braydon 2024-04-17 09:43:14 -04:00
parent eff8af532a
commit 87d6e0ab3b

@ -26,7 +26,7 @@ const Navbar = (): JSX.Element => {
{/* App Branding */} {/* App Branding */}
<Link <Link
className={cn( className={cn(
"text-3xl text-minecraft-green-3 hover:opacity-85 transition-all transform-gpu", "hidden sm:flex text-3xl text-minecraft-green-3 hover:opacity-85 transition-all transform-gpu",
minecrafter.className minecrafter.className
)} )}
href="/" href="/"