This commit is contained in:
tree 2022-04-13 01:57:47 +02:00
rodič 57d16ec5dc
revize 66a476e6fd
2 změnil soubory, kde provedl 6 přidání a 4 odebrání

Zobrazit soubor

@ -665,7 +665,7 @@
</div> </div>
<div class="mt-6"> <div class="mt-6">
<div class="uppercase text-sm font-bold"> <div class="uppercase text-sm font-bold">
Dýško pro organizátory Příspěvek pro organizátory (dýško)
</div> </div>
<div class="mt-2 flex flex-wrap gap-2"> <div class="mt-2 flex flex-wrap gap-2">
{#each $apiStatus.config.tipPercentages as tp} {#each $apiStatus.config.tipPercentages as tp}
@ -676,7 +676,7 @@
' rounded-full text-white shadow-lg' ' rounded-full text-white shadow-lg'
: 'border border-solid border-blue-web rounded-full'}" : 'border border-solid border-blue-web rounded-full'}"
on:click={changeTip(tp[0])} on:click={changeTip(tp[0])}
>{tp[1] || tp[0] + "%"}</button >{tp[0] === 0 ? "Nechci přispět" : tp[0] + "%"}</button
> >
{/each} {/each}
<div <div
@ -705,8 +705,10 @@
on:change={selectPaymentMethod} on:change={selectPaymentMethod}
class="cursor-pointer" class="cursor-pointer"
/> />
{pm.name}</label {pm.name}
> {#if pm.id==='btcpay'}<span class="ml-4 text-xs"><i class="fas fa-heart text-red-500" /> Doporučujeme</span>{/if}
{#if pm.id==='card'}<img src="/img/credit-card-logos.png" class="h-6 leading-7 inline ml-2" />{/if}
</label >
</div> </div>
{/each} {/each}
</div> </div>

binární
static/img/credit-card-logos.png Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 11 KiB