From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/components/billing/usage-info/apps-info.tsx |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/app/components/billing/usage-info/apps-info.tsx b/app/components/billing/usage-info/apps-info.tsx
index 2601bbc..d0d7f54 100644
--- a/app/components/billing/usage-info/apps-info.tsx
+++ b/app/components/billing/usage-info/apps-info.tsx
@@ -2,9 +2,7 @@
 import type { FC } from 'react'
 import React from 'react'
 import { useTranslation } from 'react-i18next'
-import {
-  RiApps2Line,
-} from '@remixicon/react'
+import { ChatBot } from '../../base/icons/src/vender/line/communication'
 import UsageInfo from '../usage-info'
 import { useProviderContext } from '@/context/provider-context'
 
@@ -24,8 +22,8 @@
   return (
     <UsageInfo
       className={className}
-      Icon={RiApps2Line}
-      name={t('billing.usagePage.buildApps')}
+      Icon={ChatBot}
+      name={t('billing.plansCommon.buildApps')}
       usage={usage.buildApps}
       total={total.buildApps}
     />

--
Gitblit v1.8.0