Rename to inFFo2

This commit is contained in:
Matej Stieranka 2025-06-27 20:10:56 +02:00
parent 8841442191
commit 03a8a52314
2 changed files with 5 additions and 5 deletions

View file

@ -21,8 +21,8 @@ const geistMono = Geist_Mono({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "inFFoappka 2.0", title: "inFFo2",
description: "Vašek to zrušil, tak to dělám znovu :D", description: "I'll do it again",
}; };
export default async function RootLayout({ export default async function RootLayout({
@ -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">inFFoappka 2.0</h1> <h1 className="text-lg font-semibold">inFFo2</h1>
</div> </div>
<a <a
href="https://www.festivalfantazie.cz/files/rozmisteni_ff25.png" href="https://www.festivalfantazie.cz/files/rozmisteni_ff25.png"

View file

@ -1,6 +1,6 @@
{ {
"name": "MyWebSite", "name": "inFFo2",
"short_name": "MySite", "short_name": "inFFo2",
"icons": [ "icons": [
{ {
"src": "/web-app-manifest-192x192.png", "src": "/web-app-manifest-192x192.png",