Fix undefined references

This commit is contained in:
2025-02-13 14:40:32 -05:00
parent 8e9337d396
commit 9c716b1520
2 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
>
<img
class="drop-shadow-[0_10px_6px_rgba(0,0,0,0.25)] w-[1024px] h-[256px]"
:src="brandingStore.value.images?.banner ?? '/images/placeholders/banner.png'"
:src="brandingStore.value?.images?.banner ?? '/images/placeholders/banner.png'"
alt="Profile Banner"
>
<!-- Tint Effect -->