From a595980de292dca3f410303411835cbf2c2e981e Mon Sep 17 00:00:00 2001 From: pantonshire Date: Thu, 15 Jun 2023 15:03:58 +0100 Subject: [PATCH] add metadata --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eda2304..3cd3c81 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,8 +4,8 @@ import { Roboto_Slab } from 'next/font/google' const robotoSlab = Roboto_Slab({ subsets: ['latin'] }); export const metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'UTF Inspector', + description: 'Unicode character info tool', } export default function RootLayout({