This commit is contained in:
Yang Luo
2023-05-31 11:41:47 +08:00
parent 7caa885131
commit 0aa4df40c6
16 changed files with 126 additions and 280 deletions

View File

@ -44,7 +44,7 @@ class SingleCard extends React.Component {
<div style={{textAlign: "left"}} className="px-10 mt-5">
<span style={{fontWeight: 700, fontSize: "48px"}}>$ {plan.pricePerMonth}</span>
<span style={{fontSize: "18px", fontWeight: 600, color: "gray"}}> {i18next.t("plan:PerMonth")}</span>
<span style={{fontSize: "18px", fontWeight: 600, color: "gray"}}> {i18next.t("plan:per month")}</span>
</div>
<br />