landing navbar footer javítás
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user