mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
404 page
This commit is contained in:
11
packages/frontend/src/components/NotFound.tsx
Normal file
11
packages/frontend/src/components/NotFound.tsx
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
import { CircleQuestionMark } from "lucide-react";
|
||||||
|
|
||||||
|
export default function NotFound() {
|
||||||
|
return (
|
||||||
|
<div className={`w-full h-[100vh] flex flex-col items-center justify-center gap-4`}>
|
||||||
|
<CircleQuestionMark size={72} />
|
||||||
|
<span className="text-7xl font-500">404</span>
|
||||||
|
<span className="text-2xl font-400">Not Found</span>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user