Implement maintenance

This commit is contained in:
2023-09-04 17:31:43 +02:00
parent 8449d145d8
commit eedd94ba0f
7 changed files with 31 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ const getColor = computed(() => appConfig.ui.primary)
</div>
</section>
<div class="relative z-50 min-h-[100svh]">
<Header :navbar="false" />
<Header :navigation="false" />
<UContainer>
<NuxtPage />
</UContainer>