From a9fe418654845cf7a6ce84a2ffc2af5afca7422f Mon Sep 17 00:00:00 2001 From: subhadip Date: Sat, 17 May 2025 18:21:56 +0530 Subject: [PATCH] Fix page title metadata --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 234f21d..af31f8e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Agent Inbox", - description: "Agent Inbox UX by LangChain", + title: "Agent Chat", + description: "Agent Chat UX by LangChain", }; export default function RootLayout({