satmachineclient/templates/myextension/_myextension.html
2024-02-01 17:18:55 +00:00

13 lines
No EOL
489 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>