Better creator and banner images management

This commit is contained in:
2025-04-20 22:35:48 -04:00
parent 4160263101
commit b05e992cad
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
>
<img
class="shadow-2xl object-cover rounded-full border-solid border-hSecondary border-102 w-[200px] h-[200px] logo-image"
class="shadow-2xl object-cover rounded-full border-solid border-hSecondary border-102 w-[100px] h-[100px] sm:w-[150px] sm:h-[150px] md:w-[200px] md:h-[200px] logo-image"
:src="brandingStore.value.images?.logo ?? '/images/placeholders/profile.png'"
:alt="t('logoAlt')"
/>