Update not-found.tsx
This commit is contained in:
parent
1ce743e06a
commit
f073dfb7d3
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ export default function NotFound() {
|
||||||
<div className="flex flex-col items-center justify-center min-h-screen">
|
<div className="flex flex-col items-center justify-center min-h-screen">
|
||||||
<figure>
|
<figure>
|
||||||
<picture className="block bg-gray-100 rounded-xl aspect-1-1 overflow-hidden image-scale object-shadowed mb-8">
|
<picture className="block bg-gray-100 rounded-xl aspect-1-1 overflow-hidden image-scale object-shadowed mb-8">
|
||||||
<Image src="https://api.imnya.ng/mitda/miku" width={200} height={200} alt="Not Found Image" />
|
<img src="https://api.imnya.ng/mitda/miku" width={200} height={200} alt="Not Found Image" />
|
||||||
</picture>
|
</picture>
|
||||||
</figure>
|
</figure>
|
||||||
<h1 className="text-4xl font-bold">404</h1>
|
<h1 className="text-4xl font-bold">404</h1>
|
||||||
|
|
@ -15,4 +15,4 @@ export default function NotFound() {
|
||||||
<a href="/">← Go Home</a>
|
<a href="/">← Go Home</a>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue