1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-03 10:39:11 +00:00

fix typo anNually

This commit is contained in:
Raphael Fiedler 2024-09-13 06:31:52 +00:00
parent bfd66e5f50
commit 334147a2fb
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>