Skip to content

Commit

Permalink
🐛 favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
joseandre25 committed Dec 2, 2023
1 parent f80e4af commit 03871c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default function App({ Component, pageProps }: AppProps) {
return (
<>
<Head />
<link rel="shortcut icon" href="/favicon.ico" />
<Component {...pageProps} />
</>
);
Expand Down

0 comments on commit 03871c5

Please sign in to comment.