File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
<q-page class =" bg-vblack" >
5
5
<div class =" row background-gradient window-height items-center" >
6
6
<div class =" col text-center q-pa-xl" >
7
- <q- img src =" statics/icons/icon-512x512.png" spinner-color = " vdark " style =" height : 150px ; max-width : 150px " / >
7
+ <img src =" @/ statics/icons/icon-512x512.png" style =" height : 150px ; max-width : 150px " >
8
8
<div class =" text-h5 text-vdark" ><span class =" text-weight-bolder" >vDexNode</span > dashboard</div >
9
9
<div class =" text-subtitle1 text-vdark" >Rent your computer to earn VTX</div >
10
10
</div >
19
19
</q-input >
20
20
<q-btn color =" black" :disabled =" privateKey ? false: true" unelevated rounded outline class =" full-width q-mt-md" label =" Continue" type =" submit" />
21
21
</q-form >
22
+ <q-btn flat round color =" vdark" class =" fixed-top-right q-ma-sm" icon =" fas fa-link" @click =" $utils.openExternal('Volentix')" />
22
23
</div >
23
24
</div >
24
25
</q-page >
Original file line number Diff line number Diff line change @@ -58,8 +58,11 @@ function getUniqueLocations (locations) {
58
58
}
59
59
60
60
function openExternal ( accountName ) {
61
+ // TODO: Get rid of if-else.
61
62
if ( accountName === 'VTX' ) {
62
63
shell . openExternal ( 'https://www.stex.com/' )
64
+ } else if ( accountName === 'Volentix' ) {
65
+ shell . openExternal ( 'https://volentix.io/' )
63
66
} else {
64
67
shell . openExternal ( 'https://bloks.io/account/' + accountName )
65
68
}
You can’t perform that action at this time.
0 commit comments