File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,19 +8,18 @@ <h2>Let’s start with setting up your wallet...</h2>
88 </ div >
99 < div class ="buttons ">
1010 < div class ="narrow " fxLayout ="row " fxLayout.xs ="column " fxLayoutGap ="16px ">
11-
12- < a fxFlex ="1 1 50 " mat-flat-button color ="primary " routerLink ="../create-account "> Create account</ a >
13- < a fxFlex ="1 1 50 " mat-stroked-button color ="primary " routerLink ="../import-account "> Import account</ a >
11+ < a fxFlex ="1 1 50 " fxFlex.xs ="none " mat-flat-button color ="primary " routerLink ="../create-account "> Create account</ a >
12+ < a fxFlex ="1 1 50 " fxFlex.xs ="none " mat-stroked-button color ="primary " routerLink ="../import-account "> Import account</ a >
1413 </ div >
1514 < div class ="label "> or sign in with</ div >
1615 < div class ="inner " fxLayout ="row " fxLayout.xs ="column " fxLayoutGap ="16px ">
17- < button fxFlex ="1 1 33 " mat-button (click) ="mobileLogin() ">
16+ < button fxFlex ="1 1 33 " fxFlex.xs =" none " mat-button (click) ="mobileLogin() ">
1817 Universal wallet
1918 </ button >
20- < button fxFlex ="1 1 33 " mat-button (click) ="ledgerLogin() ">
19+ < button fxFlex ="1 1 33 " fxFlex.xs =" none " mat-button (click) ="ledgerLogin() ">
2120 Ledger
2221 </ button >
23- < button fxFlex ="1 1 33 " mat-button (click) ="walletConnectLogin() ">
22+ < button fxFlex ="1 1 33 " fxFlex.xs =" none " mat-button (click) ="walletConnectLogin() ">
2423 WalletConnect
2524 </ button >
2625 </ div >
Original file line number Diff line number Diff line change @@ -31,20 +31,20 @@ <h1>Sign in</h1>
3131 </ div >
3232 < div class ="buttons ">
3333 < div class ="inner " fxLayout ="row " fxLayout.xs ="column " fxLayoutGap ="16px ">
34- < a fxFlex ="1 1 50 " mat-button routerLink ="/create-account "> Create Account</ a >
35- < button fxFlex ="1 1 50 " mat-flat-button color ="primary " [disabled] ="password.invalid " (click) ="signin(password.value) ">
34+ < a fxFlex ="1 1 50 " fxFlex.xs =" none " mat-button routerLink ="/create-account "> Create Account</ a >
35+ < button fxFlex ="1 1 50 " fxFlex.xs =" none " mat-flat-button color ="primary " [disabled] ="password.invalid " (click) ="signin(password.value) ">
3636 Sign in
3737 </ button >
3838 </ div >
3939 < div class ="label "> or sign in with</ div >
4040 < div class ="inner " fxLayout ="row " fxLayout.xs ="column " fxLayoutGap ="16px ">
41- < button fxFlex ="1 1 33 " mat-button (click) ="mobileLogin() ">
41+ < button fxFlex ="1 1 33 " fxFlex.xs =" none " mat-button (click) ="mobileLogin() ">
4242 Universal wallet
4343 </ button >
44- < button fxFlex ="1 1 33 " mat-button (click) ="ledgerLogin() ">
44+ < button fxFlex ="1 1 33 " fxFlex.xs =" none " mat-button (click) ="ledgerLogin() ">
4545 Ledger
4646 </ button >
47- < button fxFlex ="1 1 33 " mat-button (click) ="walletConnectLogin() ">
47+ < button fxFlex ="1 1 33 " fxFlex.xs =" none " mat-button (click) ="walletConnectLogin() ">
4848 WalletConnect
4949 </ button >
5050 </ div >
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ export const environment = {
1515 url : 'https://wallet-auth.lto.network/'
1616 } ,
1717 walletConnect : {
18- project_id : '' ,
18+ project_id : 'c4bf0a4dd07ebcbe978e9b9de6183067 ' ,
1919 } ,
2020} ;
You can’t perform that action at this time.
0 commit comments