From 625d7aa2e9655d1301a3c8bc49d98bebde66e37e Mon Sep 17 00:00:00 2001 From: Diana Fulga Date: Tue, 7 May 2024 17:28:00 +0300 Subject: [PATCH] feat: Remove text from popup (#243) Remove text from popup Co-authored-by: Diana Fulga --- src/popup/components/ConnectWalletForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/popup/components/ConnectWalletForm.tsx b/src/popup/components/ConnectWalletForm.tsx index d839a369..4802d49f 100644 --- a/src/popup/components/ConnectWalletForm.tsx +++ b/src/popup/components/ConnectWalletForm.tsx @@ -74,7 +74,7 @@ export const ConnectWalletForm = ({ publicKey }: ConnectWalletFormProps) => { className="space-y-4" >
- +

Get a wallet address from a provider before connecting it below. Please find a list of available wallets{' '} @@ -94,7 +94,7 @@ export const ConnectWalletForm = ({ publicKey }: ConnectWalletFormProps) => {

{ inputMode="numeric" disabled={connected} addOn={currencySymbol.symbol} - label="Step 3 - Amount" + label="Amount" description="Enter the amount to use from your wallet." placeholder="5.00" onKeyDown={(e) => {