diff --git a/.gitignore b/.gitignore index acaf3a3..f66c788 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules +bun.lockb .idea/ .vscode/ .VSCodeCounter/ diff --git a/bun.lockb b/bun.lockb deleted file mode 100644 index 6eeecb5..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/public/media/mike.png b/public/media/mike.png index 6aee637..702fc26 100644 Binary files a/public/media/mike.png and b/public/media/mike.png differ diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 076c157..b655330 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -10,7 +10,7 @@ import { ArrowLeftIcon } from "@heroicons/react/24/outline"; * @return the page jsx */ const NotFoundPage = (): ReactElement => ( -
+
{/* Image */} ( alt="Mike Wazowski" width={128} height={128} + draggable={false} /> {/* Message */}
-
+

Wrong Door!

The page you were looking for could not be found.