- 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

@@ -28,25 +28,25 @@ const brandingStore = useBrandingStore()
</div>
<div class="flex flex-row flex-wrap justify-center gap-4" >
<router-link to="helpandcontact" :style="{color: brandingStore.colors.onBackground}">
<router-link to="/documents/helpandcontact" :style="{color: brandingStore.colors.onBackground}">
Aide & Contact
</router-link>
<router-link to="faq" :style="{color: brandingStore.colors.onBackground}">
<router-link to="/documents/faq" :style="{color: brandingStore.colors.onBackground}">
FAQ
</router-link>
<router-link to="guideforcreators" :style="{color: brandingStore.colors.onBackground}">
<router-link to="/documents/guideforcreators" :style="{color: brandingStore.colors.onBackground}">
Guide pour les créateurs
</router-link>
<router-link to="termsandconditions" :style="{color: brandingStore.colors.onBackground}">
<router-link to="/documents/termsandconditions" :style="{color: brandingStore.colors.onBackground}">
Termes et Conditions
</router-link>
<router-link to="contentpolicy" :style="{color: brandingStore.colors.onBackground}">
<router-link to="/documents/contentpolicy" :style="{color: brandingStore.colors.onBackground}">
Politique de Contenu
</router-link>
<router-link to="about" :style="{color: brandingStore.colors.onBackground}">
<router-link to="/documents/about" :style="{color: brandingStore.colors.onBackground}">
À Propos
</router-link>
<router-link to="pricing" :style="{color: brandingStore.colors.onBackground}">
<router-link to="/documents/pricing" :style="{color: brandingStore.colors.onBackground}">
Frais
</router-link>
</div>