This commit is contained in:
Timothy Jaeryang Baek 2025-09-16 13:40:11 -05:00
parent 2a234829f5
commit 2b1ee8b0dc

View file

@ -186,9 +186,9 @@
type="button"
>
<span class="ml-2 self-center" id="background-image-url-state"
>{meta?.background_image_url !== null
? $i18n.t('Reset')
: $i18n.t('Upload')}</span
>{(meta?.background_image_url ?? null) === null
? $i18n.t('Upload')
: $i18n.t('Reset')}</span
>
</button>
</div>