forked from MarseyWorld/MarseyWorld
fix donate btn on mobile
parent
5b29b91173
commit
16e02832f4
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue