mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix(UI): minimalism
This commit is contained in:
parent
843d0a9953
commit
d31ef55454
1 changed files with 2 additions and 3 deletions
|
@ -7,13 +7,12 @@
|
|||
<nuxt-link id="title" v-text="settings.title" to="/" />
|
||||
<div
|
||||
class="text-body-1 font-weight-light"
|
||||
v-text="settings.description"
|
||||
v-text="settings?.description"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<NavSearch />
|
||||
|
||||
<NavBar />
|
||||
<NavBar v-if="!['event-slug','e-slug'].includes($route.name)"/>
|
||||
</nav>
|
||||
</template>
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue