add Alby logo to front index page (#2128)

This commit is contained in:
Bitkarrot 2023-11-28 03:01:46 -08:00 committed by GitHub
parent d0107f7830
commit 43b8c744e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 0 deletions

View File

@ -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(';') %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB