some changes

This commit is contained in:
Braydon 2024-09-19 19:06:49 -04:00
parent 77d7bb5e7c
commit d5d7ae9389
4 changed files with 4 additions and 2 deletions

1
.gitignore vendored

@ -1,4 +1,5 @@
node_modules node_modules
bun.lockb
.idea/ .idea/
.vscode/ .vscode/
.VSCodeCounter/ .VSCodeCounter/

BIN
bun.lockb

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 63 KiB

@ -10,7 +10,7 @@ import { ArrowLeftIcon } from "@heroicons/react/24/outline";
* @return the page jsx * @return the page jsx
*/ */
const NotFoundPage = (): ReactElement => ( const NotFoundPage = (): ReactElement => (
<main className="min-h-screen flex justify-center items-center"> <main className="min-h-screen flex justify-center items-center select-none">
<div className="flex gap-10"> <div className="flex gap-10">
{/* Image */} {/* Image */}
<Image <Image
@ -18,11 +18,12 @@ const NotFoundPage = (): ReactElement => (
alt="Mike Wazowski" alt="Mike Wazowski"
width={128} width={128}
height={128} height={128}
draggable={false}
/> />
{/* Message */} {/* Message */}
<div className="flex flex-col justify-center"> <div className="flex flex-col justify-center">
<div className="flex flex-col gap-0.5"> <div className="flex flex-col gap-0.5 pointer-events-none">
<h1 className="text-3xl font-bold">Wrong Door!</h1> <h1 className="text-3xl font-bold">Wrong Door!</h1>
<p className="max-w-72 text-lg opacity-75"> <p className="max-w-72 text-lg opacity-75">
The page you were looking for could not be found. The page you were looking for could not be found.