From f9d4d9d0127d08c93d268e45eeb669812610eef2 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 21 Nov 2024 15:32:08 -0800 Subject: bump deps, update meta --- src/app/layout.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/app/layout.tsx') diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e88bb71..7dbde38 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,16 +1,17 @@ export const metadata = { - title: 'Patchwork Karaoke', - description: 'A karaoke oriented media player with support for lyrics, subtitles, and offset adjustments!', -} + title: "LRC-Karaoke Player", + description: + "A karaoke oriented media player with support for lyrics, subtitles, and offset adjustments!", +}; export default function RootLayout({ children, }: { - children: React.ReactNode + children: React.ReactNode; }) { return ( {children} - ) + ); } -- cgit v1.2.3