From b8295a4305c823d09d5510dbe02f2795993cc678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=B8=D0=BE=D1=81=D0=B8=D1=84=20=D0=B1=D1=80=D1=8B=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Tue, 19 Mar 2024 15:12:15 +0500 Subject: [PATCH] fix title --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 617f002..f373825 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,7 +8,7 @@ import Providers from './Providers' const robotoFlex = Roboto_Flex({ subsets: ['latin', 'cyrillic'] }) export const metadata: Metadata = { - title: 'Create Next App', + title: 'Мемориал', description: 'Generated by create next app' }