Skip to content

Commit

Permalink
Refactor helix error page
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Nov 1, 2024
1 parent e1c245b commit bb33b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/helix/src/routes/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Error() {
// console.error(error);

return (
<main className="app-main flex flex-col items-center justify-center gap-5">
<main className="flex h-screen flex-col items-center justify-center gap-5">
<h1 className="font-bold">Oops!</h1>
<p>Sorry, an unexpected error has occurred.</p>
<p>
Expand Down

0 comments on commit bb33b10

Please sign in to comment.