mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-14 10:23:16 +02:00
fix: hide mobile header when not logged in
This commit is contained in:
parent
dd09351c8e
commit
c4e2d67d17
@ -77,7 +77,7 @@
|
||||
|
||||
<!-- Mobile Only -->
|
||||
<div v-if="$root.isMobile" style="width: 100%; height: 60px;" />
|
||||
<nav v-if="$root.isMobile" class="bottom-nav">
|
||||
<nav v-if="$root.isMobile && $root.loggedIn" class="bottom-nav">
|
||||
<router-link to="/dashboard" class="nav-link">
|
||||
<div><font-awesome-icon icon="tachometer-alt" /></div>
|
||||
{{ $t("Dashboard") }}
|
||||
|
Loading…
Reference in New Issue
Block a user