landing navbar footer javítás

This commit is contained in:
2025-10-27 19:36:03 +01:00
parent e21980d07d
commit 8ce04afe8b
3 changed files with 13 additions and 16 deletions
@@ -35,12 +35,12 @@ const Navbar = () => {
<div className="flex justify-between h-16 items-center">
{/* Logo + Brand */}
<div className="flex-shrink-0 flex items-center gap-2">
<button onClick={goLanding} className="flex items-center mt-1 h-9">
<button onClick={goLanding} className=" cursor-pointer flex items-center mt-1 h-9">
<Logo size={36} />
</button>
<button
onClick={goLanding}
className="flex items-center h-9 text-white font-bold text-2xl tracking-tight"
className="cursor-pointer flex items-center h-9 text-white font-bold text-2xl tracking-tight"
>
SerpentRace
</button>