Skip to content

Commit 5384b5e

Browse files
feat(favicon): add favicon.svg and update layout metadata for improved branding
1 parent acfb96e commit 5384b5e

File tree

3 files changed

+120
-1
lines changed

3 files changed

+120
-1
lines changed

src/app/favicon.ico

-25.3 KB
Binary file not shown.

src/app/favicon.svg

Lines changed: 116 additions & 0 deletions
Loading

src/app/layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ import { auth } from "@/auth";
66
import { getUserInfoForNav } from "@/app/actions/userActions";
77

88
export const metadata: Metadata = {
9-
title: "MatchVault",
9+
title: "Match Vault",
1010
description: "Generated by create next app",
11+
icons: {
12+
icon: "/favicon.svg",
13+
},
1114
};
1215

1316
export default async function RootLayout({

0 commit comments

Comments
 (0)