mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
Downasaur in 404
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
import Icon from "@/components/ui/icon";
|
import { Downasaur } from "@nsmr/pixelart-react";
|
||||||
|
|
||||||
export default function NotFound() {
|
export default function NotFound() {
|
||||||
return (
|
return (
|
||||||
<div className={`w-full h-[100vh] flex flex-col items-center justify-center gap-4`}>
|
<div className={`w-full h-[100vh] flex flex-col items-center justify-center gap-4`}>
|
||||||
<Icon icon="circleQuestionMark" size={72} />
|
<span className="-ml-14 -mb-7 -rotate-20 text-xl text-muted-foreground">?</span>
|
||||||
|
<Downasaur size={72} color={"var(--personality)"} />
|
||||||
<span className="text-7xl font-500">404</span>
|
<span className="text-7xl font-500">404</span>
|
||||||
<span className="text-2xl font-400">Not Found</span>
|
<span className="text-2xl font-400">Not Found</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user