From a5c7f207b3100fc2bccf3de657f5a7fc77869fd8 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Fri, 13 Oct 2023 22:32:38 -0400 Subject: [PATCH] quick fix --- app/(app)/article/[eventId]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(app)/article/[eventId]/page.tsx b/app/(app)/article/[eventId]/page.tsx index d9196f3..2d8b268 100644 --- a/app/(app)/article/[eventId]/page.tsx +++ b/app/(app)/article/[eventId]/page.tsx @@ -46,7 +46,7 @@ export default function ArticlePage({ if (sessionStorage.getItem("RichHistory")) { void router.back(); } else { - void router.push("/"); + void router.push("/app"); } }} size="icon"