diff --git a/web-wallet/CHANGELOG.md b/web-wallet/CHANGELOG.md index 183d28718..f1837ced1 100644 --- a/web-wallet/CHANGELOG.md +++ b/web-wallet/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +- Remove "Shield More Dusk" CTA (Send flow) [#3073] + ### Fixed - Fix "passphrase" terminology usage with "Mnemonic Phrase" [#3069] @@ -397,6 +399,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#3061]: https://github.com/dusk-network/rusk/issues/3061 [#3069]: https://github.com/dusk-network/rusk/issues/3069 [#3071]: https://github.com/dusk-network/rusk/issues/3071 +[#3073]: https://github.com/dusk-network/rusk/issues/3073 diff --git a/web-wallet/src/lib/components/Send/Send.svelte b/web-wallet/src/lib/components/Send/Send.svelte index 137b9160e..dfccbc637 100644 --- a/web-wallet/src/lib/components/Send/Send.svelte +++ b/web-wallet/src/lib/components/Send/Send.svelte @@ -24,7 +24,6 @@ } from "$lib/dusk/components"; import { toast } from "$lib/dusk/components/Toast/store"; import { - AppAnchorButton, Banner, ContractStatusesList, GasFee, @@ -52,9 +51,6 @@ /** @type {GasStoreContent} */ export let gasLimits; - /** @type {boolean} */ - export let enableAllocateButton = false; - /** @type {boolean} */ export let enableMoonlightTransactions = false; @@ -171,6 +167,7 @@ }} >
Address: