Add subscriber count to creator banner

This commit is contained in:
Jonathan Bourdon
2024-08-04 04:34:29 -04:00
parent a4f6605bf8
commit b3cd3f3636

View File

@@ -59,7 +59,7 @@
<div class="text-2xl text-center lg:text-left"> <div class="text-2xl text-center lg:text-left">
<p :style="{ color: creator.profileColors.accent }">{{ creator.occupation }}</p> <p :style="{ color: creator.profileColors.accent }">{{ creator.occupation }}</p>
</div> </div>
<div class="text-lg" :style="{ color: creator.profileColors.accent }">1000+ Abonnés</div> <div class="text-lg text-white" >{{creator.subscriberCount}} Abonnés</div>
</div> </div>
<!-- Buttons --> <!-- Buttons -->