This commit is contained in:
2019-11-04 23:28:18 +00:00
parent 21b8887ca8
commit d91a763e15
4 changed files with 42 additions and 28 deletions

View File

@@ -95,18 +95,12 @@
</v-row>
</v-container>
</v-content>
<v-footer v-if="!isAuthenticated">
<v-row>
<v-col primary py-2 text-center white--text xs12>
<div>
<a href="https://ayanova.com" target="_blank">
<span class="white--text caption"
>AyaNova ({{ version }}) {{ copyright }}</span
>
</a>
</div>
</v-col>
</v-row>
<v-footer color="primary" padless v-if="!isAuthenticated">
<div>
<a href="https://ayanova.com" target="_blank" class="white--text">
<span>AyaNova ({{ version }}) {{ copyright }}</span>
</a>
</div>
</v-footer>
</v-app>
</template>