update pay function
This commit is contained in:
@@ -35,7 +35,6 @@ import {
|
|||||||
FaTimes,
|
FaTimes,
|
||||||
FaChevronDown,
|
FaChevronDown,
|
||||||
FaChevronUp,
|
FaChevronUp,
|
||||||
FaSparkles,
|
|
||||||
} from 'react-icons/fa';
|
} from 'react-icons/fa';
|
||||||
|
|
||||||
import { logger } from '../../utils/logger';
|
import { logger } from '../../utils/logger';
|
||||||
@@ -495,7 +494,7 @@ export default function SubscriptionContentNew() {
|
|||||||
fontWeight="bold"
|
fontWeight="bold"
|
||||||
>
|
>
|
||||||
<HStack spacing={2}>
|
<HStack spacing={2}>
|
||||||
<Icon as={FaSparkles} />
|
<Icon as={FaStar} />
|
||||||
<Text>PRICING</Text>
|
<Text>PRICING</Text>
|
||||||
</HStack>
|
</HStack>
|
||||||
</Badge>
|
</Badge>
|
||||||
@@ -663,7 +662,7 @@ export default function SubscriptionContentNew() {
|
|||||||
if (currentOption && currentOption.discountPercent > 0) {
|
if (currentOption && currentOption.discountPercent > 0) {
|
||||||
return (
|
return (
|
||||||
<HStack spacing={2}>
|
<HStack spacing={2}>
|
||||||
<Icon as={FaSparkles} color={themeColors.text.gold} boxSize={4} />
|
<Icon as={FaStar} color={themeColors.text.gold} boxSize={4} />
|
||||||
<Text fontSize="sm" color={themeColors.text.gold} fontWeight="medium">
|
<Text fontSize="sm" color={themeColors.text.gold} fontWeight="medium">
|
||||||
当前选择可节省 {currentOption.discountPercent}% 的费用
|
当前选择可节省 {currentOption.discountPercent}% 的费用
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user