Skip to content

Commit c88885c

Browse files
committed
Update account names link. Change to button.
1 parent 0a6a028 commit c88885c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/Index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@
150150
<q-item v-for="node in nodes" :key="node.id">
151151
<q-item-section>
152152
<q-item-label class="code"> {{ node.key }}</q-item-label>
153-
<q-item-label @click="$utils.openExternal(node.account)" class="code text-vgreen link" caption> {{ node.account }} </q-item-label>
153+
<q-item-label caption><q-btn dense flat size="sm" color="vgreen" @click="$utils.openExternal(node.account)" :label="node.account"/></q-item-label>
154+
<!-- <q-item-label @click="$utils.openExternal(node.account)" class="code text-vgreen link" caption> {{ node.account }} </q-item-label> -->
154155
</q-item-section>
155156
<q-item-section side center>
156157
<q-item-label class="code text-vgreen" caption> {{ node.balance }}</q-item-label>

0 commit comments

Comments
 (0)