From d01bb43004cd72f7d60887629e5e4ee5fdb8977d Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Wed, 5 Apr 2023 22:34:53 +0800 Subject: [PATCH] update archive notfound message --- client/src/app/archive/[id]/not-found.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/archive/[id]/not-found.tsx b/client/src/app/archive/[id]/not-found.tsx index 296afd6..1c24e54 100644 --- a/client/src/app/archive/[id]/not-found.tsx +++ b/client/src/app/archive/[id]/not-found.tsx @@ -2,7 +2,7 @@ export default function NotFound() { return (
Error 404
-
Not found
+
Game not found
); }