Skip to content

Commit 2a3d973

Browse files
committed
feat(favicon) added
1 parent 4cfec7c commit 2a3d973

16 files changed

Lines changed: 2109 additions & 525 deletions

app/favicon.ico

-25.3 KB
Binary file not shown.

app/layout.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ const geistMono = Geist_Mono({
1313
});
1414

1515
export const metadata: Metadata = {
16-
title: "Code Compass",
17-
description: "Generated by create next app",
16+
title: "Repeto",
17+
description: "A platform for discovering and applying to opportunities",
18+
icons: {
19+
icon: "public/favicon.ico",
20+
}
1821
};
1922

2023
export default function RootLayout({

0 commit comments

Comments
 (0)