From 27ba816f7c2ac0f142b5f5a1185f5049522c1987 Mon Sep 17 00:00:00 2001 From: James Mealy Date: Wed, 1 May 2024 18:02:53 +0200 Subject: [PATCH] feat: first tx swap link for CF safes leads to native swap feature (#3633) --- src/features/counterfactual/FirstTxFlow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/counterfactual/FirstTxFlow.tsx b/src/features/counterfactual/FirstTxFlow.tsx index 5a0b2eb047..eeaa8250d9 100644 --- a/src/features/counterfactual/FirstTxFlow.tsx +++ b/src/features/counterfactual/FirstTxFlow.tsx @@ -53,7 +53,7 @@ const FirstTxFlow = ({ open, onClose }: { open: boolean; onClose: () => void }) const onSwap = () => { trackEvent({ ...OVERVIEW_EVENTS.CHOOSE_TRANSACTION_TYPE, label: 'swap' }) - router.push({ pathname: AppRoutes.apps.index, query: { ...router.query, categories: 'Aggregator' } }) + router.push({ pathname: AppRoutes.swap, query: { ...router.query } }) } const onCustomTransaction = () => {