mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
use Icon component
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { CircleQuestionMark } from "lucide-react";
|
||||
import Icon from "@/components/ui/icon";
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<div className={`w-full h-[100vh] flex flex-col items-center justify-center gap-4`}>
|
||||
<CircleQuestionMark size={72} />
|
||||
<Icon icon="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