chore(hub): move "Powered by LNbits" under the title

Per design feedback — sits as a subtitle directly below "aiolabs"
instead of above the bottom dock. Reads as proper attribution
rather than a footer afterthought.

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

View file

@ -109,7 +109,16 @@ function notImplemented() {
>
<!-- Main grid -->
<div class="relative w-full max-w-2xl mx-auto px-4 pt-6 pb-2 flex-1 flex flex-col min-h-0">
<h1 class="text-2xl font-light text-center text-foreground/90 mb-3 tracking-wide">aiolabs</h1>
<h1 class="text-2xl font-light text-center text-foreground/90 tracking-wide">aiolabs</h1>
<p class="text-[10px] text-center text-muted-foreground/70 mb-3">
Powered by
<a
href="https://lnbits.com"
target="_blank"
rel="noopener noreferrer"
class="hover:text-foreground transition-colors"
> LNbits</a>
</p>
<div class="grid grid-cols-2 gap-2 flex-1 min-h-0">
<component
@ -143,16 +152,6 @@ 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 -->