- Removes BannerActions
- Fix router for Documentations - Clean login
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user