diff options
Diffstat (limited to 'src/pages/404.tsx')
| -rw-r--r-- | src/pages/404.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/404.tsx b/src/pages/404.tsx index d9eed89..8ca9968 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -14,7 +14,7 @@ export default function NotFound() { return ( <> - <h1>404 - Not found</h1> + <h1 className="text-2xl font-semibold pt-4">404 - Not found</h1> <img src="/images/404.webp" className="rounded-lg" /> </> ); |
