diff --git a/package.json b/package.json index 41ab8a85409..70ceedce586 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "@dlc-link/dlc-tools": "1.1.1", "@fungible-systems/zone-file": "2.0.0", "@hirosystems/token-metadata-api-client": "1.2.0", - "@leather-wallet/tokens": "0.0.4", + "@leather-wallet/tokens": "0.0.5", "@ledgerhq/hw-transport-webusb": "6.27.19", "@noble/hashes": "1.3.2", "@noble/secp256k1": "2.0.0", diff --git a/src/app/components/secret-key/mnemonic-key/mnemonic-input-field.tsx b/src/app/components/secret-key/mnemonic-key/mnemonic-input-field.tsx index c5e799cc02a..b1cf126aa3d 100644 --- a/src/app/components/secret-key/mnemonic-key/mnemonic-input-field.tsx +++ b/src/app/components/secret-key/mnemonic-key/mnemonic-input-field.tsx @@ -34,17 +34,8 @@ export function InputField({ dataTestId, name, onPaste, onChange, value }: Input const [field, meta] = useField(name); const [isFocused, setIsFocused] = useState(false); const isDirty = useIsFieldDirty(name); - return ( - + {`${name}.`} diff --git a/src/app/pages/home/components/account-info-card.tsx b/src/app/pages/home/components/account-info-card.tsx index 8e89090a3e7..cb1ed24263e 100644 --- a/src/app/pages/home/components/account-info-card.tsx +++ b/src/app/pages/home/components/account-info-card.tsx @@ -23,7 +23,7 @@ export function AccountInfoCard() { return ( diff --git a/src/app/pages/onboarding/set-password/set-password.tsx b/src/app/pages/onboarding/set-password/set-password.tsx index 75d1fa21b32..0b8c02ae96f 100644 --- a/src/app/pages/onboarding/set-password/set-password.tsx +++ b/src/app/pages/onboarding/set-password/set-password.tsx @@ -137,7 +137,7 @@ function SetPasswordPage() { Your password protects your Secret Key on this device only. - + You'll need just your Secret Key to access your wallet on another device, or this one if you lose your password. diff --git a/src/app/pages/onboarding/welcome/welcome.layout.tsx b/src/app/pages/onboarding/welcome/welcome.layout.tsx index f3e5ce85dbc..bd56e043e0d 100644 --- a/src/app/pages/onboarding/welcome/welcome.layout.tsx +++ b/src/app/pages/onboarding/welcome/welcome.layout.tsx @@ -26,12 +26,12 @@ export function WelcomeLayout({ return ( - + @@ -86,8 +86,8 @@ export function WelcomeLayout({ {/* Hide the logo when user hasn't consented yet */} {!hasApprovedNewBrand && ( - + )}