Add logo to home screen
This commit is contained in:
parent
e71f833134
commit
28b8f50f79
1 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,14 @@
|
|||
<template>
|
||||
<div class="home">
|
||||
<YouAre class="mt-4" v-if="!loading" />
|
||||
<v-container fluid class="text-center mt-8">
|
||||
<v-row align="center" justify="center">
|
||||
<v-col class="text-center" cols="auto">
|
||||
<v-img src="@/assets/logo.svg" width="64" height="64" />
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
|
||||
<v-card class="members ma-3" flat>
|
||||
<v-card-title class="h2">{{ $t("room.room_list_rooms") }}</v-card-title>
|
||||
<v-card-text class="pa-0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue