mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-27 09:35:51 +00:00
fix: supporter badge (#24012)
This commit is contained in:
parent
45a0315606
commit
acded69adf
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue