- Removes BannerActions

- Fix router for Documentations
- Clean login
This commit is contained in:
2024-10-28 23:59:28 -04:00
parent c7fc948fd0
commit b170d485e7
18 changed files with 103 additions and 610 deletions

View File

@@ -9,7 +9,7 @@
<div class="pl-60 w-full">
<div v-if="!brandingStore.loading"
class="min-h-screen flex justify-center items-center py-10"
class="min-h-screen justify-center items-center py-10"
:style="{backgroundColor: brandingStore.colors.background}">
<router-view></router-view>
</div>