diff --git a/cmd/mdl/mdl.go b/cmd/mdl/mdl.go
index 3ffbff7ad..fbc848e67 100644
--- a/cmd/mdl/mdl.go
+++ b/cmd/mdl/mdl.go
@@ -30,7 +30,7 @@ import (
var (
// Version node version which will be set when build wallet by LDFLAGS
- Version = "0.21.10"
+ Version = "0.21.12"
// Commit id
Commit = ""
diff --git a/electron/package.json b/electron/package.json
index e9cb6e3b1..0a021848f 100644
--- a/electron/package.json
+++ b/electron/package.json
@@ -3,7 +3,7 @@
"productName": "MDL",
"author": "MDL.life",
"main": "src/electron-main.js",
- "version": "0.21.10",
+ "version": "0.21.12",
"description": "MDL wallet",
"license": "MIT",
"build": {
diff --git a/src/gui/static/dist/index.html b/src/gui/static/dist/index.html
index dc0e98f41..9ff3d747c 100644
--- a/src/gui/static/dist/index.html
+++ b/src/gui/static/dist/index.html
@@ -1 +1 @@
-
MDL Talent Hub :: MDL Wallet :: MDL.life
\ No newline at end of file
+MDL Talent Hub :: MDL Wallet :: MDL.life
\ No newline at end of file
diff --git a/src/gui/static/src/app/components/layout/header/header.component.scss b/src/gui/static/src/app/components/layout/header/header.component.scss
index 3744d00d7..3278f22ba 100644
--- a/src/gui/static/src/app/components/layout/header/header.component.scss
+++ b/src/gui/static/src/app/components/layout/header/header.component.scss
@@ -19,6 +19,7 @@
}
.balance-container {
+ text-align: center;
align-items: center;
color: $white;
display: flex;
diff --git a/src/gui/static/src/app/components/layout/header/nav-bar/nav-bar.component.html b/src/gui/static/src/app/components/layout/header/nav-bar/nav-bar.component.html
index e2779bb14..765d7db03 100644
--- a/src/gui/static/src/app/components/layout/header/nav-bar/nav-bar.component.html
+++ b/src/gui/static/src/app/components/layout/header/nav-bar/nav-bar.component.html
@@ -15,7 +15,7 @@
diff --git a/src/gui/static/src/app/components/pages/buy/buy.component.scss b/src/gui/static/src/app/components/pages/buy/buy.component.scss
index 8b37eeb47..c7f8c4c7f 100644
--- a/src/gui/static/src/app/components/pages/buy/buy.component.scss
+++ b/src/gui/static/src/app/components/pages/buy/buy.component.scss
@@ -25,7 +25,7 @@
@media (min-width: 992px) {
.-background-image {
- left: 40%;
+ left: 45%;
width: 90%;
max-width: 850px;
right: 8px;
@@ -35,7 +35,7 @@
@media (min-width: 1200px) {
.-background-image {
- left: 40%;
+ left: 45%;
max-width: 850px;
width: 60%;
position: absolute;
@@ -58,7 +58,7 @@
.-available {
text-align: center;
}
-
+
.-step {
display: flex;
margin-bottom: 30px;
diff --git a/src/gui/static/src/environments/environment.ts b/src/gui/static/src/environments/environment.ts
index 8b04e4b58..f369151dc 100644
--- a/src/gui/static/src/environments/environment.ts
+++ b/src/gui/static/src/environments/environment.ts
@@ -6,6 +6,6 @@
export const environment = {
nodeUrl: '/api/',
production: false,
- tellerUrl: 'http://ito.mdl.wtf:1550/api/',
+ tellerUrl: 'https://ito.mdl.wtf/api/',
// tellerUrl: 'http://127.0.0.1:7071/api/',
};