Skip to content

Commit 22d29cf

Browse files
ralyodioclaude
andcommitted
feat: add placeholder logo.svg and favicon.svg
Orange square with "c0" text for favicon, wordmark SVG for logo. Wire favicon into layout metadata. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0b24c5d commit 22d29cf

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

apps/web/app/layout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ export const metadata: Metadata = {
1919
type: "website",
2020
},
2121
metadataBase: new URL("https://c0upons.com"),
22+
icons: {
23+
icon: "/favicon.svg",
24+
shortcut: "/favicon.svg",
25+
},
2226
};
2327

2428
export default function RootLayout({

apps/web/public/favicon.svg

Lines changed: 4 additions & 0 deletions
Loading

apps/web/public/logo.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)