mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 20:14:59 +02:00
add voltage logo to index.html under runs on section (#1711)
* add voltage to index.html under runs on section * fixed url --------- Co-authored-by: Jose Sahagun <jsahagun91@gmail.com>
This commit is contained in:
@@ -150,6 +150,18 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<a href="https://voltage.cloud">
|
||||
<q-img
|
||||
contain
|
||||
:src="($q.dark.isActive) ? '/static/images/voltage.png' : '/static/images/voltagel.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/voltage.png
Normal file
BIN
lnbits/static/images/voltage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
lnbits/static/images/voltagel.png
Normal file
BIN
lnbits/static/images/voltagel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Reference in New Issue
Block a user