fix: supporter badge (#24012)

This commit is contained in:
Jason Rasmussen 2025-11-19 21:14:15 -05:00 committed by GitHub
parent 45a0315606
commit acded69adf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,10 +74,10 @@
{#if $isPurchased && $preferences.purchase.showSupportBadge}
<button
onclick={() => goto(`${AppRoute.USER_SETTINGS}?isOpen=user-purchase-settings`)}
class="w-full"
class="w-full mt-2"
type="button"
>
<SupporterBadge />
<SupporterBadge size="small" effect="always" />
</button>
{:else if !$isPurchased && showBuyButton && getAccountAge() > 14}
<button