diff --git a/launcher/public/img/icon/control/ho_currency_symbol.png b/launcher/public/img/icon/control/ho_currency_symbol.png new file mode 100644 index 000000000..15426cc87 Binary files /dev/null and b/launcher/public/img/icon/control/ho_currency_symbol.png differ diff --git a/launcher/src/components/UI/custom-installation/CustomPage.vue b/launcher/src/components/UI/custom-installation/CustomPage.vue index c4f7d6bf6..3d807f8d2 100644 --- a/launcher/src/components/UI/custom-installation/CustomPage.vue +++ b/launcher/src/components/UI/custom-installation/CustomPage.vue @@ -8,21 +8,6 @@
{{ $t("customInstallation.customInstallationText") }}
-
-
- {{ $t("customInstallation.chooseWhereToInstall") }}: -
-
-
-
- {{ $t("customInstallation.installationPath") }} -
-
- -
-
-
-
choose a network @@ -41,6 +26,21 @@
+
+
+ {{ $t("customInstallation.chooseWhereToInstall") }}: +
+
+
+
+ {{ $t("customInstallation.installationPath") }} +
+
+ +
+
+
+
{{ $t("installOption.back") }} @@ -123,6 +123,7 @@ export default { width: 100%; height: 100%; position: relative; + cursor: default; } .customInstall_header { @@ -174,7 +175,7 @@ export default { .text-container { width: 100%; - height: 35%; + height: 33%; padding: 3% 4%; display: flex; justify-content: center; @@ -193,7 +194,7 @@ export default { } .select-network { width: 100%; - height: 30%; + height: 28%; display: flex; justify-content: flex-start; align-items: center; @@ -239,14 +240,16 @@ export default { } .network-dropdown { width: 55%; - height: 33%; - top: 79%; + height: 40%; + top: 55%; background: #1258a2; position: absolute; + border-radius: 0 0 10px 10px; + overflow: hidden; } .networks { width: 100%; - height: 25%; + height: 20%; display: flex; justify-content: center; align-items: center; diff --git a/launcher/src/components/UI/the-control/TheStaking.vue b/launcher/src/components/UI/the-control/TheStaking.vue index 23db9c36a..184855be7 100644 --- a/launcher/src/components/UI/the-control/TheStaking.vue +++ b/launcher/src/components/UI/the-control/TheStaking.vue @@ -116,6 +116,9 @@ export default { case 4: this.selectedCurrency = "/img/icon/control/gno_currency_symbol.png"; break; + case 5: + this.selectedCurrency = "/img/icon/control/ho_currency_symbol.png"; + break; default: break; }