27 lines
627 B
HTML
27 lines
627 B
HTML
<q-expansion-item group="extras" icon="info" label="More info">
|
|
<q-card>
|
|
<q-card-section>
|
|
<p>
|
|
Some more info about my excellent extension.
|
|
</p>
|
|
<small
|
|
>Created by
|
|
<a
|
|
class="text-secondary"
|
|
href="https://github.com/benarc"
|
|
target="_blank"
|
|
>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>
|