Better CreatorHome
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div class="bg-slate-700 p-4">
|
||||||
<div v-if="creatorProfileStore.creator?.id === brandingStore.value.id"
|
<div v-if="creatorProfileStore.creator?.id === brandingStore.value.id"
|
||||||
class="flex justify-end space-x-2 mb-5 p-4">
|
class="flex justify-end">
|
||||||
|
|
||||||
<!-- Bouton principal : Éditer ou Enregistrer -->
|
<!-- Bouton principal : Éditer ou Enregistrer -->
|
||||||
<button
|
<button
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- MainPage -->
|
<!-- MainPage -->
|
||||||
<div class="flex flex-col mx-auto px-6">
|
<div class="flex flex-col mx-auto mt-4">
|
||||||
|
|
||||||
<h1 class="flex justify-start text-2xl font-bold text-center mb-4">Qui sommes-nous</h1>
|
<h1 class="flex justify-start text-2xl font-bold text-center mb-4">Qui sommes-nous</h1>
|
||||||
|
|
||||||
@@ -142,7 +142,6 @@
|
|||||||
<div v-if="imagesSubtitle || image1Url || image2Url || image3Url || image4Url || imagesText ">
|
<div v-if="imagesSubtitle || image1Url || image2Url || image3Url || image4Url || imagesText ">
|
||||||
<!-- images-->
|
<!-- images-->
|
||||||
<div class="py-2">
|
<div class="py-2">
|
||||||
<FullscreenImage ref="fullscreenImage" :image-url="currentImage"/>
|
|
||||||
<div>
|
<div>
|
||||||
<!-- Affichage des images -->
|
<!-- Affichage des images -->
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
@@ -283,7 +282,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user