diff options
Diffstat (limited to 'app/not-found.tsx')
-rw-r--r-- | app/not-found.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/not-found.tsx b/app/not-found.tsx index b3a0fd4..35861b5 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -4,7 +4,7 @@ export default function NotFound() { return ( <> <h1 className="pageTitle">Not Found (404)</h1> - <main className="mainColumn"> + <main className="mainColumn card"> <InfoBar> <strong>Error: </strong> Unable to find the requested resource |