This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user