Merge pull request #672 from talvasconcelos/fix/logo_placement
quik fix logo placement
This commit is contained in:
commit
6de20106ef
|
@ -38,7 +38,8 @@
|
|||
<img height="30px" alt="Logo" src="{{ USE_CUSTOM_LOGO }}" />
|
||||
{%else%} {% if SITE_TITLE != 'LNbits' %} {{ SITE_TITLE }} {% else
|
||||
%}
|
||||
<strong>LN</strong>bits {% endif %} {%endif%} {% endblock %}
|
||||
<span><strong>LN</strong>bits</span> {% endif %} {%endif%} {%
|
||||
endblock %}
|
||||
</q-btn>
|
||||
</q-toolbar-title>
|
||||
{% block beta %}
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
{% if USE_CUSTOM_LOGO %}
|
||||
<img height="30px" alt="Logo" src="{{ USE_CUSTOM_LOGO }}" />
|
||||
{%else%} {% if SITE_TITLE != 'LNbits' %} {{ SITE_TITLE }} {% else %}
|
||||
<strong>LN</strong>bits {% endif %} {% endif %}
|
||||
<span><strong>LN</strong>bits</span>
|
||||
{% endif %} {% endif %}
|
||||
</a>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user