Skip to content

Commit

Permalink
fix 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-pfister committed Apr 29, 2024
1 parent 918fd02 commit 753b762
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions routes/_404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ export default function Error404() {
<div class="max-w-screen-md mx-auto flex flex-col items-center justify-center">
<Icon
icon="material-symbols-light:error"
width="128"
height="128"
class="w-16 h-16 text-primary"
width="none"
height="none"
/>
<h1 class="text-4xl font-bold">404 - Page not found</h1>
<p class="my-4">
Expand Down

0 comments on commit 753b762

Please sign in to comment.