Skip to content

Commit c87ed7a

Browse files
committed
Fix Agent Meta
1 parent 628117e commit c87ed7a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
-10.3 KB
Binary file not shown.

typescript/agent/src/app/layout.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
1313
});
1414

1515
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",
1818
};
1919

2020
export default function RootLayout({
@@ -24,9 +24,7 @@ export default function RootLayout({
2424
}>) {
2525
return (
2626
<html lang="en">
27-
<body
28-
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
29-
>
27+
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
3028
<div className="fixed inset-0 w-full h-full flex flex-col items-center justify-center">
3129
<div className="absolute inset-0 w-full max-w-5xl mx-auto h-full border-l border-r border-dashed border-gray-400"></div>
3230

0 commit comments

Comments
 (0)