Adds ChangeColors for Creators
This commit is contained in:
@@ -53,10 +53,7 @@
|
||||
<!-- User Info -->
|
||||
<div class="mt-2 flex flex-col items-center lg:items-start lg:ml-64">
|
||||
<div class="text-3xl font-bold text-center lg:text-left md:mt-24 lg:mt-0 sm:mt-24 mt-24 text-white cap ">
|
||||
<p class="capitalize">{{creator.name}}</p>
|
||||
</div>
|
||||
<div class="text-2xl text-center lg:text-left">
|
||||
<p :style="{ color: creator.profileColors.accent }">{{ creator.occupation }}</p>
|
||||
<p class="capitalize">{{ creator.name }}</p>
|
||||
</div>
|
||||
<div class="text-lg text-white">{{ creator.subscriberCount }} Abonnés</div>
|
||||
</div>
|
||||
@@ -88,7 +85,7 @@ const props = defineProps({
|
||||
function GetSocialsUrls() {
|
||||
|
||||
const socials = [];
|
||||
|
||||
|
||||
if (props.creator.socials.facebookUrl !== null) {
|
||||
socials.push({
|
||||
icon: "mdi-facebook",
|
||||
|
||||
Reference in New Issue
Block a user