mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-10 08:06:41 +00:00
fix: pro pricing button
This commit is contained in:
parent
01de597bbb
commit
2fab80352d
@ -55,7 +55,7 @@
|
|||||||
{:else if prices.length > 0}
|
{:else if prices.length > 0}
|
||||||
<div class="card-actions justify-center">
|
<div class="card-actions justify-center">
|
||||||
{#each prices as price}
|
{#each prices as price}
|
||||||
{#if limit === 0 || !upgradable}
|
{#if (startLimit > 0 && limit === 0) || !upgradable}
|
||||||
<button class="btn btn-primary" disabled>{price.title}</button>
|
<button class="btn btn-primary" disabled>{price.title}</button>
|
||||||
{:else}
|
{:else}
|
||||||
<a class="btn btn-primary" href={price.link} target="_blank"
|
<a class="btn btn-primary" href={price.link} target="_blank"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user