This commit is contained in:
Philipp Dormann 2025-04-28 10:45:47 +02:00
parent 95af9f9914
commit 7ac92ae6ca
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -336,21 +336,21 @@
</span> </span>
{/if} {/if}
</div> </div>
{#if type === "fixed"} {/if}
<div class="flex"> {#if type === "fixed" || type === "anonymous"}
<input <div class="flex">
bind:checked={is_paid} <input
type="checkbox" bind:checked={is_paid}
class="shrink-0 mt-0.5 border-neutral-200 rounded-sm text-blue-600 focus:ring-blue-500 checked:border-blue-500 disabled:opacity-50 disabled:pointer-events-none" type="checkbox"
id="hs-default-checkbox" class="shrink-0 mt-0.5 border-neutral-200 rounded-sm text-blue-600 focus:ring-blue-500 checked:border-blue-500 disabled:opacity-50 disabled:pointer-events-none"
/> id="hs-default-checkbox"
<label />
for="hs-default-checkbox" <label
class="text-sm text-neutral-900 ms-2 font-medium" for="hs-default-checkbox"
>{$_("already-paid")}</label class="text-sm text-neutral-900 ms-2 font-medium"
> >{$_("already-paid")}</label
</div> >
{/if} </div>
{/if} {/if}
</div> </div>
</div> </div>