feat: add icon to keys

This commit is contained in:
Vlad Stan 2023-03-01 11:49:30 +02:00
parent aa10f639b5
commit 7fad3fc38d

View file

@ -71,7 +71,8 @@
<div class="col-2"> <div class="col-2">
<q-btn <q-btn
@click="showKeys = !showKeys" @click="showKeys = !showKeys"
:label="showKeys ? 'Hide Keys' : 'Show Keys'" label="Keys"
icon="vpn_key"
color="primary" color="primary"
> >
<q-tooltip> Show Public or Private keys </q-tooltip> <q-tooltip> Show Public or Private keys </q-tooltip>