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

@@ -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>