From ea1a0c600bf57fde09ebf415a450199480797c93 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 23 Feb 2024 13:41:04 +0800 Subject: [PATCH] starter hotfix --- themes/starter/components/Pricing.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/themes/starter/components/Pricing.js b/themes/starter/components/Pricing.js index 466f74f7..b75cd366 100644 --- a/themes/starter/components/Pricing.js +++ b/themes/starter/components/Pricing.js @@ -31,8 +31,9 @@ export const Pricing = () => { - {/* 第一个付费计划 */}
+ + {/* 第一个付费计划 */}
{
{siteConfig('STARTER_PRICING_1_BUTTON_TEXT', null, CONFIG)} @@ -94,8 +95,8 @@ export const Pricing = () => {

- {siteConfig('STARTER_PRICING_1_PRICE_CURRENCY', null, CONFIG)} - {siteConfig('STARTER_PRICING_1_PRICE', null, CONFIG)} + {siteConfig('STARTER_PRICING_2_PRICE_CURRENCY', null, CONFIG)} + {siteConfig('STARTER_PRICING_2_PRICE', null, CONFIG)} @@ -117,7 +118,7 @@ export const Pricing = () => {

{siteConfig('STARTER_PRICING_2_BUTTON_TEXT', null, CONFIG)} @@ -161,7 +162,7 @@ export const Pricing = () => { {siteConfig('STARTER_PRICING_3_BUTTON_TEXT', null, CONFIG)}