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,