Add LNbits attribution to sidebar footer
- Add "Powered by ⚡LNbits" link to both desktop and mobile sidebars - Links to lnbits.com in new tab - Includes separator divider above attribution 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
32ccd3fa92
commit
465dcf988e
2 changed files with 27 additions and 1 deletions
|
|
@ -129,6 +129,19 @@ const isActive = (href: string) => {
|
||||||
Settings
|
Settings
|
||||||
</router-link>
|
</router-link>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!-- LNbits Attribution -->
|
||||||
|
<Separator class="my-2" />
|
||||||
|
<div class="text-center">
|
||||||
|
<a
|
||||||
|
href="https://lnbits.com"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="text-xs text-muted-foreground hover:text-foreground transition-colors"
|
||||||
|
>
|
||||||
|
Powered by ⚡LNbits
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import {
|
||||||
SheetTitle,
|
SheetTitle,
|
||||||
} from '@/components/ui/sheet'
|
} from '@/components/ui/sheet'
|
||||||
import { Button } from '@/components/ui/button'
|
import { Button } from '@/components/ui/button'
|
||||||
// import { Separator } from '@/components/ui/separator' // TODO: Uncomment when Settings page is implemented
|
import { Separator } from '@/components/ui/separator'
|
||||||
import {
|
import {
|
||||||
Home,
|
Home,
|
||||||
Calendar,
|
Calendar,
|
||||||
|
|
@ -152,6 +152,19 @@ const navigateTo = (href: string) => {
|
||||||
Settings
|
Settings
|
||||||
</button>
|
</button>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!-- LNbits Attribution -->
|
||||||
|
<Separator class="my-2" />
|
||||||
|
<div class="text-center">
|
||||||
|
<a
|
||||||
|
href="https://lnbits.com"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="text-xs text-muted-foreground hover:text-foreground transition-colors"
|
||||||
|
>
|
||||||
|
Powered by ⚡LNbits
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</SheetContent>
|
</SheetContent>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue