From 34b209fbe02f3c50913d0178b54c9cb54adfd0cb Mon Sep 17 00:00:00 2001 From: NeoPlays <80448387+NeoPlays@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:55:52 +0200 Subject: [PATCH] FIX: Last issues before release (#1381) --- .../src/components/UI/the-control/TheStaking.vue | 2 +- .../components/UI/the-staking/DisplayValidators.vue | 13 +++++-------- .../src/components/UI/the-staking/StateDropdown.vue | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/launcher/src/components/UI/the-control/TheStaking.vue b/launcher/src/components/UI/the-control/TheStaking.vue index a11c40777..7e35d333c 100644 --- a/launcher/src/components/UI/the-control/TheStaking.vue +++ b/launcher/src/components/UI/the-control/TheStaking.vue @@ -86,7 +86,7 @@ export default { this.selectedCurrency = "/img/icon/control/sepETH_Currency_Symbol.png"; break; case 4: - this.selectedCurrency = "/img/icon/control/GNO_Currency_Symbol.png"; + this.selectedCurrency = "/img/icon/control/gno_currency_symbol.png"; break; default: break; diff --git a/launcher/src/components/UI/the-staking/DisplayValidators.vue b/launcher/src/components/UI/the-staking/DisplayValidators.vue index 594ae630f..2f1060307 100644 --- a/launcher/src/components/UI/the-staking/DisplayValidators.vue +++ b/launcher/src/components/UI/the-staking/DisplayValidators.vue @@ -10,7 +10,7 @@ {{ $t("displayValidator.balance") }} {{ $t("displayValidator.option") }} - +
warning @@ -35,8 +35,8 @@
-
- + +
{{ importIsProcessing === true || importIsDone === true ? $t("displayValidator.importKey") : "" @@ -80,7 +80,7 @@ Close
-
+ -
+