added confetti

This commit is contained in:
benarc 2024-01-19 17:40:43 +00:00
parent 1735cc0d66
commit d90babebc8
15 changed files with 177 additions and 135 deletions

View file

@ -1,11 +1,11 @@
<q-expansion-item group="extras" icon="info" label="About MyExtension">
<q-expansion-item group="extras" icon="info" label="More info">
<q-card>
<q-card-section>
<p>
MyExtension extension is a basic extension that you can use to get started building your own extension
Some more info about my excellent extension.
</p>
<small
>Created by
>Created by
<a
class="text-secondary"
href="https://github.com/benarc"
@ -13,6 +13,15 @@
>Ben Arc</a
>.</small
>
<small
>Repo
<a
class="text-secondary"
href="https://github.com/lnbits/myextension"
target="_blank"
>MyExtension</a
>.</small
>
</q-card-section>
</q-card>
</q-expansion-item>