forked from cerc-io/cosmos-explorer
update: add primary color in TxsElement
Signed-off-by: Salman Wahib <sxlmnwb@sxlzptprjkt.xyz>
This commit is contained in:
parent
ef3599e9ca
commit
b68d415873
@ -32,7 +32,7 @@ const chain = useBlockchain();
|
||||
</thead>
|
||||
<tbody class="text-sm">
|
||||
<tr v-for="item in txs">
|
||||
<td>
|
||||
<td class="text-primary">
|
||||
<RouterLink :to="`/${chain.chainName}/tx/${item.hash}`">{{
|
||||
item.hash
|
||||
}}</RouterLink>
|
||||
|
Loading…
Reference in New Issue
Block a user