✨ feat: add new payment icons for Alipay and WeChat Pay, update asset paths
- Added SVG icons for Alipay and WeChat Pay in the payment assets directory. - Updated paths for Lottie animations in various components to use relative paths. - Changed QR code image sources in payment-related components to point to the new asset paths. - Adjusted i18n configuration to load translation files from the updated assets directory.
This commit is contained in:
@@ -67,7 +67,7 @@ const PaymentMethods: React.FC<PaymentMethodsProps> = ({
|
||||
<img
|
||||
alt={item.name}
|
||||
height={48}
|
||||
src={item.icon || "/payment/balance.svg"}
|
||||
src={item.icon || "./assets/payment/balance.svg"}
|
||||
width={48}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user