This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<v-row text-center wrap>
|
||||
<v-col xs12>
|
||||
<v-row>
|
||||
<v-col cols="12">
|
||||
<v-img
|
||||
:src="require('../assets/logo.svg')"
|
||||
class="my-4"
|
||||
contain
|
||||
height="200"
|
||||
position="center top"
|
||||
></v-img>
|
||||
</v-col>
|
||||
<v-col mb-6 v-if="this.formReady">
|
||||
<h1 class="display-2 font-weight-bold mb-4">
|
||||
<v-col cols="12" v-if="this.formReady">
|
||||
<h1 class="display-1 font-weight-bold text-center">
|
||||
{{ lt("Welcome") }}
|
||||
</h1>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user