chore(hub): add "Powered by LNbits" footer

Small subtitle above the bottom dock, links to https://lnbits.com
in a new tab. Same muted styling as the existing tile sub-labels.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-05-02 16:30:14 +02:00
commit 17ea0def53

View file

@ -143,6 +143,16 @@ function notImplemented() {
</span>
</component>
</div>
<p class="text-[10px] text-center text-muted-foreground/70 mt-2">
Powered by
<a
href="https://lnbits.com"
target="_blank"
rel="noopener noreferrer"
class="hover:text-foreground transition-colors"
> LNbits</a>
</p>
</div>
<!-- Bottom bar: profile & user preferences -->