diff --git a/src/app/login/login.component.html b/src/app/login/login.component.html index 052079c..5f095bf 100644 --- a/src/app/login/login.component.html +++ b/src/app/login/login.component.html @@ -42,7 +42,7 @@ It needs {{10 - tx.confirmations}} more confirmations. - +
Session length diff --git a/src/app/login/login.component.ts b/src/app/login/login.component.ts index bc02a77..c8fdd00 100644 --- a/src/app/login/login.component.ts +++ b/src/app/login/login.component.ts @@ -44,10 +44,13 @@ export class LoginComponent implements OnInit { tickets = [ { value: 0.001, - viewValue: 'One hour' + viewValue: '1 hour: 0.001 ZEC' },{ value: 0.005, - viewValue: 'One day' + viewValue: '1 day: 0.005 ZEC' + },{ + value: 0.025, + viewValue: '1 week: 0.025 ZEC' } ]; prompt: boolean = false; diff --git a/src/app/scan/scan.component.css b/src/app/scan/scan.component.css index c921a22..e285c18 100644 --- a/src/app/scan/scan.component.css +++ b/src/app/scan/scan.component.css @@ -1,3 +1,6 @@ .text { font-family: "Roboto Mono", monospace; } +.small { + font-size: small; +} diff --git a/src/app/scan/scan.component.html b/src/app/scan/scan.component.html index 5be9343..6dba52f 100644 --- a/src/app/scan/scan.component.html +++ b/src/app/scan/scan.component.html @@ -1,19 +1,15 @@
-

Scan to log in!

+Scan to log in!
- - - - - -
- - -
+ +
+
+

Can't scan? Use this wallet link. +