mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
add Alby logo to front index page (#2128)
This commit is contained in:
parent
d0107f7830
commit
43b8c744e6
@ -172,6 +172,17 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<a href="https://getalby.com">
|
||||
<q-img
|
||||
contain
|
||||
:src="($q.dark.isActive) ? '{{ static_url_for('static', 'images/alby.png') }}' : '{{ static_url_for('static', 'images/albyl.png') }}'"
|
||||
></q-img>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col q-pl-md"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %}
|
||||
|
BIN
lnbits/static/images/alby.png
Normal file
BIN
lnbits/static/images/alby.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 230 KiB |
BIN
lnbits/static/images/albyl.png
Normal file
BIN
lnbits/static/images/albyl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
Loading…
x
Reference in New Issue
Block a user