Skip to content

Commit

Permalink
style(error): add main tag to _error page in pages
Browse files Browse the repository at this point in the history
  • Loading branch information
emilielr committed Oct 18, 2024
1 parent b0a3aa4 commit 3012173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tavla/pages/_error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { NextPageContext } from 'next'
const log = logger.child({ module: 'pagesLevelErrorHandler' })
function Error() {
return (
<div className="mx-auto h-[70vh] lg:w-1/4 flex flex-col justify-center items-center gap-5">
<main className="container pb-10 flex flex-col items-center">
<Heading3>Au da! Noe gikk galt!</Heading3>
<Image
src={BeaverIllustration}
Expand All @@ -22,7 +22,7 @@ function Error() {
<Button as={Link} href="/" variant="primary">
Tilbake til forsiden
</Button>
</div>
</main>
)
}

Expand Down

0 comments on commit 3012173

Please sign in to comment.