mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
6a64f4145a
commit
6c3cc979ca
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
<NavHeader />
|
||||
|
||||
<!-- title -->
|
||||
<h1 v-if="['index'].includes($route.name)" class="text-center">
|
||||
<h1 v-if="$route.name === 'index'" class="text-center">
|
||||
<nuxt-link id="title" v-text="settings.title" to="/" />
|
||||
<div
|
||||
class="text-body-1 font-weight-light pb-3"
|
||||
v-text="settings?.description"
|
||||
/>
|
||||
</h1>
|
||||
<div v-if="!['index'].includes($route.name)" class="text-center">
|
||||
<div v-else class="text-center">
|
||||
<nuxt-link id="title" v-text="settings.title" to="/" />
|
||||
<div
|
||||
class="text-body-1 font-weight-light pb-3"
|
||||
|
|
Loading…
Reference in a new issue