diff --git a/app/layout.tsx b/app/layout.tsx index 40e027f..8816037 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,7 +5,7 @@ import './globals.css' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Create Next App', + title: 'Broken Test Number 2', description: 'Generated by create next app', }