mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-11 18:29:54 +00:00
Added table names on desktop to Pricing Table (#353)
This commit is contained in:
parent
69d7536e2b
commit
8a960e79c0
@ -59,9 +59,7 @@
|
||||
</MediaQuery>
|
||||
|
||||
<div class="flex flex-col gap-2 mb-auto h-full">
|
||||
<div class="mt-16">
|
||||
<SubscriptionStatus {handleClick} />
|
||||
</div>
|
||||
<SubscriptionStatus {handleClick} />
|
||||
|
||||
<a on:click={handleClick} href="/" class={linkClasses}>
|
||||
<i
|
||||
|
@ -51,16 +51,14 @@
|
||||
<th scope="col">
|
||||
<span class="sr-only">Feature</span>
|
||||
</th>
|
||||
<th scope="col">
|
||||
<span class="sr-only">Starter tier</span>
|
||||
<th scope="col" class="text-center">
|
||||
{PLAN_NAMES[SubscriptionType.Free]}
|
||||
</th>
|
||||
<th scope="col">
|
||||
<span class="sr-only">Scale tier</span>
|
||||
<th scope="col" class="text-center">
|
||||
{PLAN_NAMES[SubscriptionType.Premium]}
|
||||
</th>
|
||||
<th scope="col">
|
||||
<span class="sr-only"
|
||||
>{PLAN_NAMES[SubscriptionType.Lifetime]} tier</span
|
||||
>
|
||||
<th scope="col" class="text-center">
|
||||
{PLAN_NAMES[SubscriptionType.Lifetime]}
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user