Skip to content

Commit

Permalink
added temp home button
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 21, 2024
1 parent afd5304 commit 7dccca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function HomePage() {
<p className=''>{welcomeMessage}</p>
<AddToHomeScreen />

<Link href='home'>Home</Link>
<Link href='/home'>Home</Link>

</main>
);
Expand Down

0 comments on commit 7dccca4

Please sign in to comment.