Last minute fixes
This commit is contained in:
+8
-4
@@ -11,7 +11,7 @@ watch(loggedIn, () => refresh());
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<h1 class="text-primary text-3xl">{{ t('hello') }}</h1>
|
||||
<h1 class="text-primary mb-3 text-3xl">{{ t('hello') }}</h1>
|
||||
<VaButton icon="refresh" :disabled="pending" @click="refresh">{{
|
||||
t('layouts.refresh')
|
||||
}}</VaButton>
|
||||
@@ -68,9 +68,13 @@ watch(loggedIn, () => refresh());
|
||||
</div>
|
||||
</div>
|
||||
<div v-else>
|
||||
<VaButton color="info" icon="login" :to="$localePath(`/login`)">{{
|
||||
t('page.home.login_first')
|
||||
}}</VaButton>
|
||||
<VaButton
|
||||
class="mt-6"
|
||||
color="info"
|
||||
icon="login"
|
||||
:to="$localePath(`/login`)"
|
||||
>{{ t('page.home.login_first') }}</VaButton
|
||||
>
|
||||
</div>
|
||||
<div class="mt-8">
|
||||
<VaDivider />
|
||||
|
||||
Reference in New Issue
Block a user