Skip to content

Commit 3b922a2

Browse files
committed
Fixed top right buttons
1 parent bffd978 commit 3b922a2

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

assets/images/github.png

1.23 KB
Loading

index.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -159,27 +159,27 @@
159159
</div>
160160

161161
<div class="navbar-btn d-none d-sm-inline-block">
162-
163-
<a href="https://my.lnbits.com" title="Launch an LNbits instance" class="ud-main-btn ud-white-btn"
164-
data-toggle="tooltip" data-placement="bottom" title="Launch LNbits"
165-
style="background-color: #FF1EE6; color: #1F2234">
166-
Launch
167-
</a>
168-
169-
<a href="https://shop.lnbits.com" title="Visit the LNbits web store" class="ud-main-btn ud-white-btn"
170-
data-toggle="tooltip" data-placement="bottom" title="Shop">
171-
Store
172-
<i class="material-icons">storefront</i>
173-
</a>
174-
175-
<a href="https://github.com/lnbits/lnbits#lnbits" class="ud-main-btn ud-white-btn"
176-
title="LNbits on Github">
177-
Github
178-
</a>
179-
<a href="https://demo.lnbits.com" rel="nofollow noopener" class="ud-main-btn ud-white-btn"
180-
data-toggle="tooltip" data-placement="bottom" title="Try the LNbits demo (For testing only)">
181-
Demo
182-
</a>
162+
<q-btn
163+
no-caps
164+
style="background-color: #FF1EE6"
165+
text-color="black"
166+
type="a"
167+
href="https://my.lnbits.com"
168+
label="Launch"
169+
size="md"
170+
class="q-mr-xs"
171+
>
172+
<q-tooltip>Launch your own LNbits instance</q-tooltip>
173+
</q-btn>
174+
<q-btn no-caps type="a" href="https://github.com/lnbits/lnbits#lnbits" rounded outline color="teal" >
175+
<div>
176+
<span>Github</span>
177+
<q-icon size="md">
178+
<img src="assets/images/github.png" style="width: 24px; height: 24px;">
179+
</q-icon>
180+
</div>
181+
<q-tooltip>Checkout the repo</q-tooltip>
182+
</q-btn>
183183
</div>
184184
</nav>
185185
</div>

0 commit comments

Comments
 (0)