You forgot to upload the picture?

This commit is contained in:
Derek Slenk 2025-06-27 02:43:17 +00:00
parent 1f3f609269
commit 422d0a74d4

View file

@ -1,3 +1,4 @@
import Link from 'next/link';
import { Button } from '@/components/ui/button';
import Image from 'next/image';
@ -9,7 +10,7 @@ export default function NotFound() {
<div className="bg-black p-4 inline-block rounded-lg border-2 border-gray-700 shadow-2xl">
<Image
src="https://placehold.co/750x600.png"
alt="A calico cat's tail is sticking out from under a pile of papers."
alt="A calico cat's tail is sticking out from under a pile of papers, resembling the '404 Not Found' cat meme."
width={750}
height={600}
className="object-cover"