feat: Navigate home on title tap
This commit is contained in:
parent
267e82ff04
commit
0585e2f985
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue