Skip to content

Commit f866300

Browse files
authored
Fix page title metadata (#136)
2 parents 84e4980 + a9fe418 commit f866300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const inter = Inter({
1111
});
1212

1313
export const metadata: Metadata = {
14-
title: "Agent Inbox",
15-
description: "Agent Inbox UX by LangChain",
14+
title: "Agent Chat",
15+
description: "Agent Chat UX by LangChain",
1616
};
1717

1818
export default function RootLayout({

0 commit comments

Comments
 (0)