From a87c27d91fcd3c7e1d4bd7c3f2439d1f456857df Mon Sep 17 00:00:00 2001 From: Aslam H Date: Sun, 8 Sep 2024 04:37:28 +0700 Subject: [PATCH] fix: push to new link route --- web/components/routes/topics/detail/partials/link-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/routes/topics/detail/partials/link-item.tsx b/web/components/routes/topics/detail/partials/link-item.tsx index f6a80579..24baeb69 100644 --- a/web/components/routes/topics/detail/partials/link-item.tsx +++ b/web/components/routes/topics/detail/partials/link-item.tsx @@ -69,7 +69,7 @@ export const LinkItem = React.memo( closeButton: true, action: { label: "Go to list", - onClick: () => router.push("/") + onClick: () => router.push("/links") } }