Skip to content

Commit

Permalink
Fixed missing favicon. (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrux committed Jun 23, 2023
1 parent 2364092 commit bd21210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export default function RootLayout({
}) {
return (
<html lang="en-GB" className={`${sans.variable}`} suppressHydrationWarning>
<head>
<link href="/favicon.svg" rel="icon" type="image/svg+xml" />
</head>
<body>{children}</body>
{env === 'production' && (
<Script
Expand Down

1 comment on commit bd21210

@vercel
Copy link

@vercel vercel bot commented on bd21210 Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.