This commit is contained in:
@@ -102,14 +102,18 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
<v-footer color="primary" padless absolute>
|
<v-footer color="primary" padless absolute>
|
||||||
<div style="text-align: center;" class="mx-auto pa-4 mb-10 mb-sm-1 mt-n8">
|
<div
|
||||||
|
v-if="showFooterLogo()"
|
||||||
|
style="text-align: center;"
|
||||||
|
class="mx-auto pa-4 mb-10 mb-sm-1 mt-n8"
|
||||||
|
>
|
||||||
<a
|
<a
|
||||||
href="https://ayanova.com"
|
href="https://ayanova.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
style="text-decoration:none"
|
style="text-decoration:none"
|
||||||
class="primary white--text text-caption"
|
class="primary white--text text-caption"
|
||||||
>
|
>
|
||||||
<div style="width: 100%;" class="mx-auto" v-if="showFooterLogo">
|
<div style="width: 100%;" class="mx-auto" v-if="showFooterLogo()">
|
||||||
<v-img
|
<v-img
|
||||||
style="margin: 0 auto;"
|
style="margin: 0 auto;"
|
||||||
:src="require('../assets/logo.svg')"
|
:src="require('../assets/logo.svg')"
|
||||||
@@ -128,6 +132,25 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
v-else
|
||||||
|
style="text-align: center;"
|
||||||
|
class="mx-auto pa-4 mb-1 mb-sm-1"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="https://ayanova.com"
|
||||||
|
target="_blank"
|
||||||
|
style="text-decoration:none"
|
||||||
|
class="primary white--text text-caption"
|
||||||
|
>
|
||||||
|
<div class="mx-auto">AyaNova {{ version }}</div>
|
||||||
|
<div class="mx-auto">
|
||||||
|
<span class="primary white--text text-caption">{{
|
||||||
|
copyright
|
||||||
|
}}</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</v-footer>
|
</v-footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user