clean file

This commit is contained in:
PascalMarchesseault
2024-08-19 16:34:15 -04:00
parent acda3e6b2a
commit f9e814d989

View File

@@ -4,7 +4,7 @@
<div class="relative z-20 -mt-2 md:mt-2"> <div class="relative z-20 -mt-2 md:mt-2">
<div> <div>
<!-- Social Network UpperPart--> <!-- Social Network UpperPart-->
<div class="py-4 px-4 min-h-14 md:rounded-t-none md:rounded-t-2xl" <div class="py-4 px-4 min-h-14 md:rounded-t-2xl"
:style="{ backgroundColor: creator.colors.bannerTop || '#6B0065' }"> :style="{ backgroundColor: creator.colors.bannerTop || '#6B0065' }">
<div class="w-full flex justify-end gap-14 "> <div class="w-full flex justify-end gap-14 ">
@@ -36,9 +36,6 @@
<!--actions - Lowerpart--> <!--actions - Lowerpart-->
<banner-actions :creator="creator" @content-posted="addContent"></banner-actions> <banner-actions :creator="creator" @content-posted="addContent"></banner-actions>
</div> </div>
</template> </template>