forked from cerc-io/cosmos-explorer
update status color
This commit is contained in:
parent
180e4b9f2b
commit
586f819d41
@ -17,7 +17,10 @@ function changeEndpoint(item: Endpoint) {
|
||||
<div class="p-1 relative mr-3 cursor-pointer">
|
||||
<img v-lazy="chainStore.logo" class="w-9 h-9 rounded-full" />
|
||||
<div
|
||||
class="w-2 h-2 rounded-full bg-yes absolute right-0 bottom-0 shadow"
|
||||
class="w-2 h-2 rounded-full absolute right-0 bottom-0 shadow" :class="{
|
||||
'bg-success': baseStore.connected,
|
||||
'bg-error': !baseStore.connected
|
||||
}"
|
||||
></div>
|
||||
</div>
|
||||
<div class="flex-1 w-0">
|
||||
|
Loading…
Reference in New Issue
Block a user