From caa89a87de176120f9d90f305bd8d0ee6cd4ea3f Mon Sep 17 00:00:00 2001 From: Dmytro Stanchiev Date: Tue, 19 Aug 2025 05:00:58 -0400 Subject: [PATCH] update metadata & use logo as a link to root --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 962cdf4..412340e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,12 +5,13 @@ import { ThemeProvider } from "next-themes"; import { ModeToggle } from "@/components/mode-toggle"; import SignIn from "./components/sign-in"; import AuthSessionProvider from "@/components/SessionProvider"; +import Link from "next/link" const geist = Geist({ subsets: ['latin', 'cyrillic'], variable: "--font-geist-sans" }) export const metadata: Metadata = { - title: 'iCal PWA', - description: 'Minimal PWA for calendar events', + title: 'Local iCal', + description: 'Local iCal editor for calendar events', creator: "Dmytro Stanchiev", } @@ -32,7 +33,9 @@ export default function RootLayout({ disableTransitionOnChange >
- {metadata.title as string || "iCal PWA"} + + {metadata.title as string || "iCal PWA"} +