Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoretto committed Oct 3, 2023
1 parent 6c741f6 commit 1d7997f
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,23 @@
<v-icon>
mdi-qrcode-scan
</v-icon>
Scan QR Code
Scan
</v-btn>

<v-spacer />
<v-btn
variant="text"
icon="mdi-history"
/>
<v-btn>
<v-icon>
mdi-history
</v-icon>
History
</v-btn>
<v-spacer />
<v-btn
variant="text"
icon="mdi-cog"
/>
<v-btn>
<v-icon>
mdi-cog
</v-icon>
Settings
</v-btn>
<v-spacer />
</v-toolbar>
<v-list lines="one">
Expand Down

0 comments on commit 1d7997f

Please sign in to comment.