File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
13
13
} ) ;
14
14
15
15
export const metadata : Metadata = {
16
- title : "Create Next App " ,
17
- description : "Generated by create next app " ,
16
+ title : "Browser Use | Agent " ,
17
+ description : "Agent browsing the web using Browser Use " ,
18
18
} ;
19
19
20
20
export default function RootLayout ( {
@@ -24,9 +24,7 @@ export default function RootLayout({
24
24
} > ) {
25
25
return (
26
26
< html lang = "en" >
27
- < body
28
- className = { `${ geistSans . variable } ${ geistMono . variable } antialiased` }
29
- >
27
+ < body className = { `${ geistSans . variable } ${ geistMono . variable } antialiased` } >
30
28
< div className = "fixed inset-0 w-full h-full flex flex-col items-center justify-center" >
31
29
< div className = "absolute inset-0 w-full max-w-5xl mx-auto h-full border-l border-r border-dashed border-gray-400" > </ div >
32
30
You can’t perform that action at this time.
0 commit comments