From 25c2bd001501084c616755eaa95cc0be1982bec6 Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 1 Jun 2023 00:24:51 +0200 Subject: [PATCH] Change Website tilte --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 71b3fbf..738d828 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -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: 'Stellaris Ethics Compass', + description: '', } export default function RootLayout({