Skip to content

Commit

Permalink
0.21.12 Small fixes, ready for ITO
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLwtf committed Mar 23, 2018
1 parent 12243c1 commit 91686a3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/mdl/mdl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""

Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/gui/static/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>MDL Talent Hub :: MDL Wallet :: MDL.life</title><base href="/"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.e69489e778114f8026ed.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.b1e3da0a7d0473964bad.bundle.js"></script><script type="text/javascript" src="polyfills.4983b730fd8aea4536f3.bundle.js"></script><script type="text/javascript" src="scripts.8c1255aec48c8ec38c00.bundle.js"></script><script type="text/javascript" src="main.f8ea80bc58c01dcfd7dc.bundle.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>MDL Talent Hub :: MDL Wallet :: MDL.life</title><base href="/"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.e69489e778114f8026ed.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.bfbd930b8d8f2316ed83.bundle.js"></script><script type="text/javascript" src="polyfills.4983b730fd8aea4536f3.bundle.js"></script><script type="text/javascript" src="scripts.8c1255aec48c8ec38c00.bundle.js"></script><script type="text/javascript" src="main.7fe9f6f7b75ef969b6f3.bundle.js"></script></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}

.balance-container {
text-align: center;
align-items: center;
color: $white;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="flex-fill"></div>
<div class="-button -low-opacity" *ngIf="otcEnabled" routerLink="/buy" routerLinkActive="no-opacity">
<img src="../../../../../assets/img/get_mdl_1.svg">
<span class="secondary-color">Get MDL</span>
<span>Get MDL</span>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@media (min-width: 992px) {
.-background-image {
left: 40%;
left: 45%;
width: 90%;
max-width: 850px;
right: 8px;
Expand All @@ -35,7 +35,7 @@

@media (min-width: 1200px) {
.-background-image {
left: 40%;
left: 45%;
max-width: 850px;
width: 60%;
position: absolute;
Expand All @@ -58,7 +58,7 @@
.-available {
text-align: center;
}

.-step {
display: flex;
margin-bottom: 30px;
Expand Down
2 changes: 1 addition & 1 deletion src/gui/static/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
};

0 comments on commit 91686a3

Please sign in to comment.