Skip to content

Commit

Permalink
feat: improve 404
Browse files Browse the repository at this point in the history
  • Loading branch information
yarre-uk committed Jan 15, 2025
1 parent 33359ff commit 0b5694f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default function NotFoundPage() {
return (
<div className="relative flex h-screen flex-col items-center gap-6 pb-[52px] pt-20 md:min-h-[865px] md:pb-[72px] md:pt-20">
<h1 className="text-center font-bona-nova-sc text-[80px]">404</h1>
<p className="px-8 text-center text-[20px]">The page you are looking for does not exist.</p>
<Link to={routes.HOME}>
<Button variant={'outline'} className="min-h-[60px] w-full text-[22px] font-light">
Go Home
Expand Down

0 comments on commit 0b5694f

Please sign in to comment.