aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/layout.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-11-21 15:32:08 -0800
committerPinapelz <yukais@pinapelz.com>2024-11-21 15:32:08 -0800
commitf9d4d9d0127d08c93d268e45eeb669812610eef2 (patch)
treeaca26e98a6b982d9e7d792bf1d6fa696b107b23e /src/app/layout.tsx
parentc0a941be17066c35634bd252b84771dbb0fc025d (diff)
bump deps, update meta
Diffstat (limited to 'src/app/layout.tsx')
-rw-r--r--src/app/layout.tsx11
1 files changed, 6 insertions, 5 deletions
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 (
<html lang="en">
<body>{children}</body>
</html>
- )
+ );
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage