feat: Navigate home on title tap

This commit is contained in:
Matej Stieranka 2025-06-28 21:07:58 +02:00
parent 267e82ff04
commit 0585e2f985

View file

@ -42,7 +42,7 @@ export default async function RootLayout({
<SidebarTrigger className="-ml-1" /> <SidebarTrigger className="-ml-1" />
<Separator orientation="vertical" className="mr-2 h-4" /> <Separator orientation="vertical" className="mr-2 h-4" />
<div className="flex-grow"> <div className="flex-grow">
<h1 className="text-lg font-semibold">inFFo2</h1> <h1 className="text-lg font-semibold"><a href="/">inFFo2</a></h1>
</div> </div>
<a <a
href="https://www.festivalfantazie.cz/files/rozmisteni_ff25.png" href="https://www.festivalfantazie.cz/files/rozmisteni_ff25.png"