Skip to content

Commit d13b06e

Browse files
committed
Add favicon
1 parent f119216 commit d13b06e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ export default function RootLayout({
2525
}>) {
2626
return (
2727
<html lang="en">
28+
<head>
29+
<link rel="icon" href="/images/favicon.png" />
30+
</head>
2831
<body>
2932
<Header />
3033
{children}

public/images/favicon.png

32.9 KB
Loading

0 commit comments

Comments
 (0)