diff --git a/packages/desktop/components/popups/BurnNativeTokensConfirmationPopup.svelte b/packages/desktop/components/popups/BurnNativeTokensConfirmationPopup.svelte index d4cbc90956..ded05d9cd6 100644 --- a/packages/desktop/components/popups/BurnNativeTokensConfirmationPopup.svelte +++ b/packages/desktop/components/popups/BurnNativeTokensConfirmationPopup.svelte @@ -1,5 +1,5 @@ @@ -12,7 +13,7 @@
{localize('popups.deeplinkError.body')} - +
diff --git a/packages/desktop/components/popups/DeleteAccountPopup.svelte b/packages/desktop/components/popups/DeleteAccountPopup.svelte index deb0cde620..d726421a1a 100644 --- a/packages/desktop/components/popups/DeleteAccountPopup.svelte +++ b/packages/desktop/components/popups/DeleteAccountPopup.svelte @@ -1,11 +1,12 @@ @@ -53,8 +54,8 @@ {localize('popups.removeProposal.title')}
{localize('popups.removeProposal.body')} - {#if isTextHintVisible} - + {#if showAlert} + {/if}
diff --git a/packages/desktop/components/popups/RevotePopup.svelte b/packages/desktop/components/popups/RevotePopup.svelte index 4f37440c17..3035a816fe 100644 --- a/packages/desktop/components/popups/RevotePopup.svelte +++ b/packages/desktop/components/popups/RevotePopup.svelte @@ -1,10 +1,11 @@ @@ -19,7 +20,7 @@
- + diff --git a/packages/desktop/views/dashboard/drawers/dapp-config/views/ConnectedDappsDrawer.svelte b/packages/desktop/views/dashboard/drawers/dapp-config/views/ConnectedDappsDrawer.svelte index aa7dd44f1b..84cc42b4f3 100644 --- a/packages/desktop/views/dashboard/drawers/dapp-config/views/ConnectedDappsDrawer.svelte +++ b/packages/desktop/views/dashboard/drawers/dapp-config/views/ConnectedDappsDrawer.svelte @@ -1,10 +1,11 @@ - -{#if text} -
- - - {text} - -
-{/if} diff --git a/packages/shared/src/components/index.js b/packages/shared/src/components/index.js index dfe475cebc..03394edc2c 100644 --- a/packages/shared/src/components/index.js +++ b/packages/shared/src/components/index.js @@ -15,7 +15,6 @@ export { default as QR } from './QR.svelte' export { default as RecoveryPhrase } from './RecoveryPhrase.svelte' export { default as Spinner } from './Spinner.svelte' export { default as Text } from './Text.svelte' -export { default as TextHint } from './TextHint.svelte' export { default as ToastContainer } from './ToastContainer.svelte' export { default as ToastWrapper } from './ToastWrapper.svelte' export { default as Tooltip } from './Tooltip.svelte'