From a00206f539f3e3f788d9558f3269c06dbcc0df7f Mon Sep 17 00:00:00 2001 From: Abhishek Hegde Date: Fri, 24 Nov 2023 17:34:32 +0530 Subject: [PATCH] update , delete , add dark mode working correctly. ignore previous commits. --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b534e29..0bbbc77 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "FlowBrain", + title: "Note Taker - AI", description: "The intelligent note-taking app", };