Skip to content

Commit 29c97f1

Browse files
author
=
committed
added favicon
1 parent 30e1073 commit 29c97f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/favicon.ico

2.36 KB
Binary file not shown.

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import "./globals.css";
1414
const inter = Inter({ subsets: ["latin"] });
1515

1616
export const metadata: Metadata = {
17-
title: "Create Next App",
18-
description: "Generated by create next app",
17+
title: "The Canvas",
18+
description: "Build Something Great!",
1919
};
2020

2121
export default async function RootLayout({

0 commit comments

Comments
 (0)