From ca16f936a3020a8cd5bd981b676d5a444bb07833 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Sun, 14 May 2023 21:24:54 +0200 Subject: [PATCH] feat(quivr): changed name --- website/app/layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/app/layout.js b/website/app/layout.js index c78816add..98c76dc75 100644 --- a/website/app/layout.js +++ b/website/app/layout.js @@ -4,8 +4,8 @@ import { Inter } from 'next/font/google' const inter = Inter({ subsets: ['latin'] }) export const metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'Quivr', + description: 'Your second brain with GenerativeAI 🧠', } export default function RootLayout({ children }) {