Skip to content

Commit

Permalink
Merge pull request #29 from unb-mds/feature/pesquisa
Browse files Browse the repository at this point in the history
🐛 favicon
  • Loading branch information
joseandre25 authored Dec 2, 2023
2 parents ba4de6b + 03871c5 commit b9bb4d4
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 b9bb4d4

Please sign in to comment.