This commit is contained in:
2020-08-18 18:11:21 +00:00
parent 43c8f0c2b8
commit a38937905b
3 changed files with 27 additions and 10 deletions

View File

@@ -261,17 +261,13 @@
</v-col>
</v-footer> -->
<v-footer
v-if="!isAuthenticated"
absolute
class="font-weight-medium body-2"
>
<v-col class="primary text-center white--text mb-10 mb-sm-2" cols="12">
<v-footer color="primary" padless v-if="!isAuthenticated">
<v-col class="text-center mb-10 mb-sm-2" cols="12">
<a
href="https://ayanova.com"
target="_blank"
style="text-decoration:none"
class="primary text-center white--text"
class="primary white--text text-caption"
>
AyaNova {{ version }} {{ copyright }}
</a>

View File

@@ -1,5 +1,4 @@
export default {
version: "8.0.0-alpha.10.c",
copyright:
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
version: "8.0.0-alpha.10.e",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};