This commit is contained in:
@@ -266,7 +266,7 @@
|
|||||||
absolute
|
absolute
|
||||||
class="font-weight-medium body-2"
|
class="font-weight-medium body-2"
|
||||||
>
|
>
|
||||||
<v-col class="primary text-center white--text" cols="12">
|
<v-col class="primary text-center white--text mb-10 mb-sm-2" cols="12">
|
||||||
<a
|
<a
|
||||||
href="https://ayanova.com"
|
href="https://ayanova.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.10",
|
version: "8.0.0-alpha.10.c",
|
||||||
copyright:
|
copyright:
|
||||||
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
|
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
@click:append-outer="reveal = !reveal"
|
@click:append-outer="reveal = !reveal"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" md="7" mt-1>
|
<v-col cols="12" md="7" mt-1 mb-5>
|
||||||
<v-btn color="primary" v-on:click="login()" value="LOGIN">
|
<v-btn color="primary" v-on:click="login()" value="LOGIN">
|
||||||
<v-icon>fa-sign-in-alt</v-icon>
|
<v-icon>fa-sign-in-alt</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
|||||||
Reference in New Issue
Block a user