Fixes folders banneraction
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script setup>
|
||||
import BannerActionsSm from "@/views/creators/banner/BannerActionsSm.vue";
|
||||
import BannerActionsMd from "@/views/creators/banner/BannerActionsMd.vue";
|
||||
import BannerActionsLg from "@/views/creators/banner/BannerActionsLg.vue";
|
||||
import BannerActionsXl from "@/views/creators/banner/BannerActionsXl.vue";
|
||||
import BannerActionsMd from "@/views/creators/banner/bannerlower/BannerActionsMd.vue";
|
||||
import BannerActionsSm from "@/views/creators/banner/bannerlower/BannerActionsSm.vue";
|
||||
import BannerActionsLg from "@/views/creators/banner/bannerlower/BannerActionsLg.vue";
|
||||
import BannerActionsXl from "@/views/creators/banner/bannerlower/BannerActionsXl.vue";
|
||||
|
||||
const props = defineProps({
|
||||
creator: { type: Object, required: true }
|
||||
@@ -6,7 +6,6 @@
|
||||
borderBottom: `2px solid ${creator.colors.accent || '#000000'}`
|
||||
}">
|
||||
<div>
|
||||
|
||||
<!-- Logo-Name-Followers-->
|
||||
<div class="flex flex-row relative z-20">
|
||||
<div>
|
||||
@@ -18,7 +17,7 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-column text-white cap px-2 mt-1">
|
||||
<div class="flex flex-column text-white capitalize px-2 mt-1">
|
||||
<p class="capitalize text-2xl font-bold">{{ creator.name }}</p>
|
||||
<div>{{ creator.subscriberCount }} Abonnés</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user