diff options
Diffstat (limited to 'web/app/layout.tsx')
| -rw-r--r-- | web/app/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/layout.tsx b/web/app/layout.tsx index a6543b1c..a2d34046 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -7,8 +7,8 @@ import { Toaster } from "@/components/ui/toaster"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Remember", + description: "Your AI powered second brain", }; export default function RootLayout({ |
