From 91cd5ec265768ac8255414479c5113133ec79c95 Mon Sep 17 00:00:00 2001 From: bilawal316 <143614305+bilawal316@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:30:17 +0000 Subject: [PATCH] Modified: app/layout.tsx --- my-app/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-app/app/layout.tsx b/my-app/app/layout.tsx index ae84562..5648445 100644 --- a/my-app/app/layout.tsx +++ b/my-app/app/layout.tsx @@ -5,7 +5,7 @@ import { Inter } from 'next/font/google' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Create Next App', + title: "Rececuiters", description: 'Generated by create next app', }