Fix the navbar being off center
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m7s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m7s
This commit is contained in:
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="/"
|
||||||
|
Loading…
Reference in New Issue
Block a user