Fix page title metadata (#136)

This commit is contained in:
Brace Sproul
2025-05-19 11:10:54 -07:00
committed by GitHub

View File

@@ -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({