From 87276d1833e4fa8019c8c33d3d26c5568fe00ae1 Mon Sep 17 00:00:00 2001 From: abstract829 Date: Mon, 24 Jun 2024 12:20:25 -0400 Subject: [PATCH 1/3] change trustline link from uniswap to stellar docs --- src/components/Swap/PendingModalContent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Swap/PendingModalContent/index.tsx b/src/components/Swap/PendingModalContent/index.tsx index 6050f990..ea0bfefc 100644 --- a/src/components/Swap/PendingModalContent/index.tsx +++ b/src/components/Swap/PendingModalContent/index.tsx @@ -170,7 +170,7 @@ function getContent(args: ContentArgs): PendingModalStep { title: `Setting trustline for ${approvalCurrency?.code ?? 'this token'}`, subtitle: ( Why is this required? From 877bb28aed0a6c39d5b58581b37de7b6587fdb51 Mon Sep 17 00:00:00 2001 From: abstract829 Date: Mon, 24 Jun 2024 12:29:35 -0400 Subject: [PATCH 2/3] change link --- src/components/Swap/PendingModalContent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Swap/PendingModalContent/index.tsx b/src/components/Swap/PendingModalContent/index.tsx index ea0bfefc..d9c78580 100644 --- a/src/components/Swap/PendingModalContent/index.tsx +++ b/src/components/Swap/PendingModalContent/index.tsx @@ -153,7 +153,7 @@ function getContent(args: ContentArgs): PendingModalStep { return { title: `Wrap ETH`, subtitle: ( - + Why is this required? ), From 11217e28c4b9737192cf4459bf46bb7ccf03f4c8 Mon Sep 17 00:00:00 2001 From: abstract829 Date: Tue, 25 Jun 2024 09:11:45 -0400 Subject: [PATCH 3/3] remove uniswap link --- src/components/Swap/PendingModalContent/index.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/Swap/PendingModalContent/index.tsx b/src/components/Swap/PendingModalContent/index.tsx index d9c78580..3156aded 100644 --- a/src/components/Swap/PendingModalContent/index.tsx +++ b/src/components/Swap/PendingModalContent/index.tsx @@ -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: ( - - Why is this required? - - ), + subtitle: Why is this required?, label: `Proceed in your wallet`, }; case ConfirmModalState.PENDING_CONFIRMATION: {