fix wrong condition

pull/163/head
Aevann 2023-07-01 04:05:37 +03:00
parent e8253b1240
commit 6bd40e1c41
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@
</li>
{% if g.browser == 'webview' %}
{% if g.browser != 'webview' %}
<a class="nav-item nav-link" href="/app" id="mobile-app-nav-item"><i class="fas fa-mobile fa-fw mr-3"></i>Mobile app</a>
{% endif %}