|
|
@ -77,7 +77,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Mobile Only -->
|
|
|
|
<!-- Mobile Only -->
|
|
|
|
<div v-if="$root.isMobile" style="width: 100%; height: 60px;" />
|
|
|
|
<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">
|
|
|
|
<router-link to="/dashboard" class="nav-link">
|
|
|
|
<div><font-awesome-icon icon="tachometer-alt" /></div>
|
|
|
|
<div><font-awesome-icon icon="tachometer-alt" /></div>
|
|
|
|
{{ $t("Dashboard") }}
|
|
|
|
{{ $t("Dashboard") }}
|
|
|
|