Skip to content

Commit

Permalink
feat: first tx swap link for CF safes leads to native swap feature (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealy authored and compojoom committed May 2, 2024
1 parent 1159559 commit 27ba816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/counterfactual/FirstTxFlow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit 27ba816

Please sign in to comment.