Skip to content

Commit 33c86e9

Browse files
committed
Fix favicon
1 parent 4740019 commit 33c86e9

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

apps/landing/public/favicon.ico

30.5 KB
Binary file not shown.

apps/landing/src/app/favicon.ico

-25.3 KB
Binary file not shown.

apps/landing/src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default function RootLayout({
2424
<ThemeScript auto />
2525
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
2626
<base href={URL_PREFIX} />
27+
<link href={URL_PREFIX + '/favicon.ico'} rel="shortcut icon" />
2728
</head>
2829
<body
2930
className={css({

0 commit comments

Comments
 (0)