slightly better buttons
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function Custom404() {
|
||||
return (
|
||||
<main className="min-h-screen flex flex-col items-center justify-center text-center p-8 bg-[url('/img/table3.png')] bg-cover bg-center">
|
||||
@@ -5,6 +7,11 @@ export default function Custom404() {
|
||||
<p className="text-lg text-gray-400">
|
||||
The game you're looking for doesn't exist or has expired.
|
||||
</p>
|
||||
<Link href="/">
|
||||
<button className="mt-4 px-4 py-2 bg-gray-800 hover:bg-gray-700 text-white rounded-xl transition cursor-pointer">
|
||||
Return Home
|
||||
</button>
|
||||
</Link>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user