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,13 +91,13 @@
</span>
</span>
</form>
{% 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>
{% endif %}
{% if not (v and v.patron) %}
<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' %}
<a href="" type="button" class="mobile-nav-icon d-md-none"><i class="fas fa-arrow-rotate-right align-middle text-gray-500 black"></i></a>
{% endif %}