Skip to content

Commit

Permalink
Merge pull request #22 from natrontech/landingpage
Browse files Browse the repository at this point in the history
feat: add optional features span
  • Loading branch information
janlauber authored Aug 15, 2023
2 parents 32dee87 + b12386a commit 426e53d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubelab-ui/src/lib/components/landingpage/Pricing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@
</li>
{/each}
</ul>
<ul role="list" class="my-8 space-y-3 text-sm leading-6 text-gray-600">
<ul role="list" class="mt-4 mb-8 space-y-3 text-sm leading-6 text-gray-600">
<!-- @ts-ignore -->
{#if plan.expand.optionalFeatures}
<span class="text-sm font-semibold leading-6 text-gray-600">Optional features</span>
{#each plan.expand.optionalFeatures as feature}
<li class="flex gap-x-3">
<Plus class="h-6 w-5 flex-none text-gray-500" />
Expand Down

0 comments on commit 426e53d

Please sign in to comment.