diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 2b5520a..4d2134b 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -284,18 +284,27 @@ export default function ProfilePage() { ) : (
-
+
-
+
{profile?.subscribePlan === 'pro' ? ( ) : ( - + )}

{t('currentPlan')}

-

+

{profile?.subscribePlan === 'pro' ? t('proPlan') : t('freePlan')}

@@ -304,17 +313,19 @@ export default function ProfilePage() {
{/* Credit Balance */} -
+
-
- - {t('creditBalance')} +
+
+ +
+ {t('creditBalance')}
-
+
${(creditInfo?.totalBalance || 0).toFixed(2)}
-
{t('usdCredit')}
+
{t('usdCredit')}