Adds missing creator's title

This commit is contained in:
2024-09-22 02:53:33 -04:00
parent cd51474d08
commit 79785846c6
4 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<div class="flex flex-row align-center px-3">
<img
:src="brandingStore.value.image.logoUrl"
:src="brandingStore.value.images.logo"
alt="Profile Image"
class="rounded-full"
width="40"

View File

@@ -45,6 +45,7 @@
</div>
<div class="ml-5 text-white">
<p class="capitalize text-2xl font-bold">{{ brandingStore.value.name }}</p>
<p class="capitalize text-xl mt-1">{{ brandingStore.value.title }}</p>
</div>
<div class="ml-auto flex flex-row space-x-2.5 mr-3 ">

View File

@@ -19,6 +19,7 @@
<div class="flex justify-between">
<div>
<p class="capitalize text-2xl font-bold">{{ brandingStore.value.name }}</p>
<p class="capitalize text-xl mt-1">{{ brandingStore.value.title }}</p>
<div>{{ brandingStore.value.subscriberCount }} {{ $t('banner.subscription') }}</div>
</div>

View File

@@ -21,7 +21,7 @@
</div>
<div class="ml-64 text-white w-25 min-w-60">
<p class="capitalize text-2xl mt-1">{{ brandingStore.value.name }}</p>
<p class="capitalize text-2xl mt-1">{{ brandingStore.value.name }}</p>
<p class="capitalize text-xl mt-1">{{ brandingStore.value.title }}</p>
<div class="text-xs">
105 Followers - {{ brandingStore.value.subscriberCount }} {{ $t('banner.subscription') }}
</div>