forked from cerc-io/cosmos-explorer
Merge pull request #390 from sxlmnwb/master
add primary color in TxsElement
This commit is contained in:
commit
55886d5f00
@ -32,7 +32,7 @@ const chain = useBlockchain();
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody class="text-sm">
|
<tbody class="text-sm">
|
||||||
<tr v-for="item in txs">
|
<tr v-for="item in txs">
|
||||||
<td>
|
<td class="text-primary">
|
||||||
<RouterLink :to="`/${chain.chainName}/tx/${item.hash}`">{{
|
<RouterLink :to="`/${chain.chainName}/tx/${item.hash}`">{{
|
||||||
item.hash
|
item.hash
|
||||||
}}</RouterLink>
|
}}</RouterLink>
|
||||||
|
Loading…
Reference in New Issue
Block a user