From 97eae11717088fcb1f34de0c4d869e06fcd4b860 Mon Sep 17 00:00:00 2001 From: "Anwar S." Date: Thu, 22 Aug 2024 21:05:58 -0600 Subject: [PATCH] Fixed back button --- app/quest-boost/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/quest-boost/page.tsx b/app/quest-boost/page.tsx index cfde8437..dff4a3f9 100644 --- a/app/quest-boost/page.tsx +++ b/app/quest-boost/page.tsx @@ -71,7 +71,7 @@ export default function Page() { return (
- router.back()} /> + router.push("/")} />
Boosts Quest