feat(quivr): changed name

This commit is contained in:
Stan Girard 2023-05-14 21:24:54 +02:00
parent 3e0ae9b8b4
commit ca16f936a3

View File

@ -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 }) {