Skip to content

Commit

Permalink
fix typo anNually
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphty committed Sep 13, 2024
1 parent bfd66e5 commit 334147a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pricing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 class="header-two-top-title" style="margin-top: 0.3rem;">
<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>
Expand Down
2 changes: 1 addition & 1 deletion spn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 class="showcase-two-top-title" id="feature-comparison-chart" style="max-widt
<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>
Expand Down

0 comments on commit 334147a

Please sign in to comment.