change colors
This commit is contained in:
parent
c40164aae0
commit
7e3b4805b7
@ -134,12 +134,20 @@
|
|||||||
>
|
>
|
||||||
<b-card-title class="d-flex justify-content-between">
|
<b-card-title class="d-flex justify-content-between">
|
||||||
<span>{{ walletName }} Assets </span>
|
<span>{{ walletName }} Assets </span>
|
||||||
<b-link
|
<small>
|
||||||
v-if="address"
|
<b-link
|
||||||
:to="`./${chain}/account/${address}`"
|
v-if="address"
|
||||||
>
|
:to="`./${chain}/account/${address}`"
|
||||||
More
|
>
|
||||||
</b-link>
|
More
|
||||||
|
</b-link>
|
||||||
|
<b-link
|
||||||
|
v-else
|
||||||
|
:to="`/wallet/accounts`"
|
||||||
|
>
|
||||||
|
Not connected?
|
||||||
|
</b-link>
|
||||||
|
</small>
|
||||||
</b-card-title>
|
</b-card-title>
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col
|
<b-col
|
||||||
|
@ -183,7 +183,7 @@
|
|||||||
v-if="coinInfo.links && coinInfo.links.blockchain_site"
|
v-if="coinInfo.links && coinInfo.links.blockchain_site"
|
||||||
id="dropdown-2"
|
id="dropdown-2"
|
||||||
size="sm"
|
size="sm"
|
||||||
text="Explorers"
|
text="Block Explorers"
|
||||||
variant="outline-secondary"
|
variant="outline-secondary"
|
||||||
>
|
>
|
||||||
<b-dropdown-item
|
<b-dropdown-item
|
||||||
|
Loading…
Reference in New Issue
Block a user