fix donate btn on mobile

pull/139/head
Aevann 2023-03-11 23:32:29 +02:00
parent 5b29b91173
commit 16e02832f4
1 changed files with 4 additions and 4 deletions

View File

@ -91,11 +91,11 @@
</span>
</span>
</form>
</div>
{% endif %}
{% if not (v and v.patron) %}
<a href="/donate" type="button" class="btn btn-primary mobile-nav-icon d-md-none donate-link">Donate</a>
{% endif %}
</div>
<a href="/donate" type="button" class="mobile-nav-icon d-md-none"><i class="fas fa-dollar-sign align-middle text-gray-500 black"></i></a>
{% endif %}
{% if g.browser == 'webview' %}