fix(ssr): fix 404 page
All checks were successful
deploy / deploy (push) Successful in 2m27s

This commit is contained in:
Lee 2023-11-08 06:03:44 +00:00
parent fb0629a58f
commit 5f6c0bbe22

@ -4,7 +4,10 @@ import Container from "@/components/Container";
export default async function NotFound() {
return (
<Container>
<Card className="flex h-full items-center justify-center">
<Card
outerClassName="mt-2"
className="flex h-full flex-col items-center justify-center"
>
<p className="text-xl font-bold text-red-500">404 Not Found</p>
<p className="text-lg text-gray-300">
The page you requested does not exist.