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:
parent
17ea0def53
commit
58bb9c67ed
1 changed files with 10 additions and 11 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue