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 = {
title: "inFFoappka 2.0",
description: "Vašek to zrušil, tak to dělám znovu :D",
title: "inFFo2",
description: "I'll do it again",
};
export default async function RootLayout({
@ -42,7 +42,7 @@ export default async function RootLayout({
<SidebarTrigger className="-ml-1" />
<Separator orientation="vertical" className="mr-2 h-4" />
<div className="flex-grow">
<h1 className="text-lg font-semibold">inFFoappka 2.0</h1>
<h1 className="text-lg font-semibold">inFFo2</h1>
</div>
<a
href="https://www.festivalfantazie.cz/files/rozmisteni_ff25.png"

View file

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