update archive notfound message
This commit is contained in:
@@ -2,7 +2,7 @@ export default function NotFound() {
|
||||
return (
|
||||
<div className="flex flex-col items-center justify-center gap-4">
|
||||
<div className="text-2xl font-bold">Error 404</div>
|
||||
<div className="text-xl">Not found</div>
|
||||
<div className="text-xl">Game not found</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user