Better CreatorHome
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
|
||||
<div class="bg-slate-700 p-4">
|
||||
<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 -->
|
||||
<button
|
||||
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
@@ -142,7 +142,6 @@
|
||||
<div v-if="imagesSubtitle || image1Url || image2Url || image3Url || image4Url || imagesText ">
|
||||
<!-- images-->
|
||||
<div class="py-2">
|
||||
<FullscreenImage ref="fullscreenImage" :image-url="currentImage"/>
|
||||
<div>
|
||||
<!-- Affichage des images -->
|
||||
<div class="flex gap-2">
|
||||
@@ -283,7 +282,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
Reference in New Issue
Block a user