Skip to content

Commit 2c2f3c1

Browse files
committed
Changes the default title and description
1 parent a680b9b commit 2c2f3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Header from "@/components/AppLayout/Header";
44
import Footer from "@/components/AppLayout/Footer";
55

66
export const metadata: Metadata = {
7-
title: "Create Next App",
8-
description: "Generated by create next app",
7+
title: "Procedure",
8+
description: "Think. Build. Measure.",
99
};
1010

1111
export default function RootLayout({

0 commit comments

Comments
 (0)