From 1512f6e937fbf2ce8c08a31f6bf694827bad6380 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:30:40 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 25bab9e..704f003 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Creator Hub", description: "Showcase your creative work and grow your audience"}; + title: "Creator Hub", description: "Showcase your creative work and grow your audience" +}; export default function RootLayout({ children, -- 2.49.1