This commit is contained in:
parent
fb0629a58f
commit
5f6c0bbe22
@ -4,7 +4,10 @@ import Container from "@/components/Container";
|
|||||||
export default async function NotFound() {
|
export default async function NotFound() {
|
||||||
return (
|
return (
|
||||||
<Container>
|
<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-xl font-bold text-red-500">404 Not Found</p>
|
||||||
<p className="text-lg text-gray-300">
|
<p className="text-lg text-gray-300">
|
||||||
The page you requested does not exist.
|
The page you requested does not exist.
|
||||||
|
Loading…
Reference in New Issue
Block a user