Skip to content

Commit

Permalink
fix: Home Link lead to page 2 (old app) (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
eimerreis authored Jan 12, 2023
1 parent 705be48 commit 13398d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/page3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Page3() {
<main>
<p>Page 3 (remix)</p>

<Link to="/page2">Go home (remix)</Link>
<Link to="/">Go home (remix)</Link>
<br />
<Link to="/page3">Go to page 3 (remix)</Link>
<br />
Expand Down

0 comments on commit 13398d9

Please sign in to comment.