Skip to content

Commit

Permalink
fix: buggy 404 link
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Jan 27, 2024
1 parent 7143bf8 commit 6389189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_error/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Page404() {
This page couldn't be found <br class="hidden xs:block" /> Please try
again later
</p>
<Button type="secondary" link="/">
<Button type="secondary" link="https://floriankiem.com/">
Homepage
</Button>
</div>
Expand Down

1 comment on commit 6389189

@vercel
Copy link

@vercel vercel bot commented on 6389189 Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.