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