Skip to content

Commit

Permalink
remove uniswap link
Browse files Browse the repository at this point in the history
  • Loading branch information
abstract829 committed Jun 25, 2024
1 parent 877bb28 commit 11217e2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/Swap/PendingModalContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,7 @@ function getContent(args: ContentArgs): PendingModalStep {
case ConfirmModalState.PERMITTING:
return {
title: `Allow ${approvalCurrency?.code ?? 'this token'} to be used for swapping`,
subtitle: (
<CustomLink
href="https://support.uniswap.org/hc/en-us/articles/8120520483085"
target="_blank"
>
Why is this required?
</CustomLink>
),
subtitle: <CustomLink href="#">Why is this required?</CustomLink>,
label: `Proceed in your wallet`,
};
case ConfirmModalState.PENDING_CONFIRMATION: {
Expand Down

0 comments on commit 11217e2

Please sign in to comment.