rename option from Annual to Annually
This commit is contained in:
parent
b24075c6d5
commit
acced8589d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export default function Pricing() {
|
||||||
billedAnnually ? "bg-white" : ""
|
billedAnnually ? "bg-white" : ""
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<span>Annual</span>
|
<span>Annually</span>
|
||||||
<span className="ml-2 rounded-lg bg-neutral-200 p-1 text-xs font-normal">
|
<span className="ml-2 rounded-lg bg-neutral-200 p-1 text-xs font-normal">
|
||||||
-20%
|
-20%
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue