From 5e80a3f5deda9889b0a4e65b2f9a5ddd8c7c5e2e Mon Sep 17 00:00:00 2001 From: yyh Date: Wed, 11 Mar 2026 00:03:58 +0800 Subject: [PATCH] fix: use css icons --- .../plugins/plugin-detail-panel/detail-header/index.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/web/app/components/plugins/plugin-detail-panel/detail-header/index.tsx b/web/app/components/plugins/plugin-detail-panel/detail-header/index.tsx index feed7c3576..111cb94a82 100644 --- a/web/app/components/plugins/plugin-detail-panel/detail-header/index.tsx +++ b/web/app/components/plugins/plugin-detail-panel/detail-header/index.tsx @@ -1,10 +1,6 @@ 'use client' import type { PluginDetail } from '../../types' -import { - RiArrowLeftRightLine, - RiCloseLine, -} from '@remixicon/react' import { useMemo } from 'react' import { useTranslation } from 'react-i18next' import ActionButton from '@/app/components/base/action-button' @@ -180,7 +176,7 @@ const DetailHeader = ({ text={( <>
{isFromGitHub ? (meta?.version ?? version ?? '') : version}
- {isFromMarketplace && !isReadmeView && } + {isFromMarketplace && !isReadmeView && } )} hasRedCornerMark={hasNewVersion} @@ -255,7 +251,7 @@ const DetailHeader = ({ detailUrl={detailUrl} /> - + )}