Skip to content

Commit

Permalink
How about now?
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhenry08 committed Oct 27, 2023
1 parent a0b1e2b commit e5256f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function App({ Component, pageProps }: AppPropsWithLayout) {

<Head>
<title>Search & Rescue</title>
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="favicon.ico" />
</Head>

<main className="h-screen">
Expand Down

0 comments on commit e5256f0

Please sign in to comment.