mirror of
https://github.com/safing/web
synced 2025-04-03 10:39:11 +00:00
fix typo anNually
This commit is contained in:
parent
bfd66e5f50
commit
334147a2fb
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ title: Safing Portmaster - Pricing
|
|||
<div class="content-one">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="1" %}
|
||||
{% include pricing_card_supporter.html price="4" interval="Month (billed anually)" plan_id="9" %}
|
||||
{% include pricing_card_supporter.html price="4" interval="Month (billed annually)" plan_id="9" %}
|
||||
{% include pricing_card_unlimited.html price="9.90" interval="Month" plan_id="1" %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -135,7 +135,7 @@ layout: page
|
|||
<div class="content-one">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="1" %}
|
||||
{% include pricing_card_supporter.html price="4" interval="Month (billed anually)" plan_id="9" %}
|
||||
{% include pricing_card_supporter.html price="4" interval="Month (billed annually)" plan_id="9" %}
|
||||
{% include pricing_card_unlimited.html price="9.90" interval="Month" plan_id="1" %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue