diff --git a/web/src/components/ModelPricing.js b/web/src/components/ModelPricing.js index 5e1fb1cf..39daa168 100644 --- a/web/src/components/ModelPricing.js +++ b/web/src/components/ModelPricing.js @@ -24,9 +24,10 @@ import { IconSearch, IconCopy, IconInfoCircle, + IconCrown, } from '@douyinfe/semi-icons'; import { UserContext } from '../context/User/index.js'; -import { Settings, AlertCircle } from 'lucide-react'; +import { AlertCircle } from 'lucide-react'; import { MODEL_CATEGORIES } from '../constants'; const ModelPricing = () => { @@ -507,7 +508,7 @@ const ModelPricing = () => {
- +
diff --git a/web/src/components/SiderBar.js b/web/src/components/SiderBar.js index 801f5a2f..098e8d62 100644 --- a/web/src/components/SiderBar.js +++ b/web/src/components/SiderBar.js @@ -18,7 +18,7 @@ import { IconCalendarClock, IconChecklistStroked, IconComment, - IconCommentStroked, + IconTerminal, IconCreditCard, IconGift, IconHelpCircle, @@ -252,7 +252,7 @@ const SiderBar = () => { text: 'Playground', itemKey: 'playground', to: '/playground', - icon: , + icon: , }, { text: t('聊天'),