footer always visible
This commit is contained in:
parent
b06b4ff6e0
commit
f23d702119
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
v-if="!isDesktop && mainRouter.currentRoute.value.name !== 'index'"
|
||||
/>
|
||||
<RouterView />
|
||||
<footer class="powered-by" v-if="mainRouter.currentRoute.value.name !== 'index'">
|
||||
<footer class="powered-by">
|
||||
<MkA to="/">
|
||||
<MkInstanceTicker :instance="meta"></MkInstanceTicker>
|
||||
<small>{{ i18n.ts.poweredBy }}</small>
|
||||
|
|
Loading…
Reference in a new issue