Add subscriber count to creator banner
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user