diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b63db16..478eef3 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: "RealtimeAI - Real-Time Translation for Esports", description: "Translate faster than your enemy can react. Real-time AI translation for esports teams."}; + title: "RealtimeAI - Real-Time Translation for Esports", description: "Translate faster than your enemy can react. Real-time AI translation for esports teams." +}; export default function RootLayout({ children,