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