Fix page title metadata (#136)
This commit is contained in:
@@ -11,8 +11,8 @@ const inter = Inter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Agent Inbox",
|
title: "Agent Chat",
|
||||||
description: "Agent Inbox UX by LangChain",
|
description: "Agent Chat UX by LangChain",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user