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