mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 19:37:42 +01:00
feat: add label to repo
This commit is contained in:
parent
5bcb8cb349
commit
66d3e2fb2d
1 changed files with 3 additions and 1 deletions
|
@ -142,10 +142,12 @@
|
|||
<q-card v-for="repo of Object.keys(selectedExtensionRepos)" :key="repo">
|
||||
<q-card-section>
|
||||
<h6 class="text-subtitle1 q-my-none">
|
||||
Repository
|
||||
</h6>
|
||||
<q-badge color="primary" rounded
|
||||
><small v-text="repo"></small
|
||||
></q-badge>
|
||||
</h6>
|
||||
|
||||
</q-card-section>
|
||||
<q-card-section class="q-pa-none">
|
||||
<q-separator></q-separator>
|
||||
|
|
Loading…
Add table
Reference in a new issue