add Alby logo to front index page (#2128)
This commit is contained in:
parent
d0107f7830
commit
43b8c744e6
3 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue