From b7a2e195ac5b982d83d3ba22099357c69edd2dfd Mon Sep 17 00:00:00 2001
From: Tuditi <45079109+Tuditi@users.noreply.github.com>
Date: Thu, 15 Feb 2024 15:38:50 +0100
Subject: [PATCH] chore: rebrand remove proposal (#1953)
---
.../popup/popups/RemoveProposalPopup.svelte | 29 +++++++++----------
1 file changed, 14 insertions(+), 15 deletions(-)
diff --git a/packages/desktop/components/popup/popups/RemoveProposalPopup.svelte b/packages/desktop/components/popup/popups/RemoveProposalPopup.svelte
index 853ea0f497..34fdcc9b84 100644
--- a/packages/desktop/components/popup/popups/RemoveProposalPopup.svelte
+++ b/packages/desktop/components/popup/popups/RemoveProposalPopup.svelte
@@ -14,8 +14,7 @@
import { updateActiveAccountPersistedData } from '@core/profile/actions'
import { governanceRouter } from '@core/router'
import { closePopup } from '@desktop/auxiliary/popup'
- import { Text, TextType } from '@ui'
- import { Button } from '@bloomwalletio/ui'
+ import PopupTemplate from '../PopupTemplate.svelte'
function onCancelClick(): void {
closePopup()
@@ -50,16 +49,16 @@
$selectedProposal?.status === EventStatus.Commencing || $selectedProposal?.status === EventStatus.Holding
-
- {localize('popups.removeProposal.title')}
-
-
{localize('popups.removeProposal.body')}
- {#if showAlert}
-
- {/if}
-
-
-
-
-
-
+
+ {#if showAlert}
+
+ {/if}
+