From e45d4d8d901f208eb9cce9ac8f8b4e72e932e8b8 Mon Sep 17 00:00:00 2001 From: yyh Date: Fri, 13 Feb 2026 10:28:23 +0800 Subject: [PATCH] refactor(web): replace remixicon components with css icons --- web/app/components/app/create-from-dsl-modal/index.tsx | 5 ++--- .../workflow/variable-inspect/artifacts-tab.tsx | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/web/app/components/app/create-from-dsl-modal/index.tsx b/web/app/components/app/create-from-dsl-modal/index.tsx index 8a3e95207a..750534daf6 100644 --- a/web/app/components/app/create-from-dsl-modal/index.tsx +++ b/web/app/components/app/create-from-dsl-modal/index.tsx @@ -1,6 +1,5 @@ 'use client' -import { RiCloseLine, RiExternalLinkLine } from '@remixicon/react' import { useDebounceFn, useKeyPress } from 'ahooks' import { noop } from 'es-toolkit/function' import { useRouter } from 'next/navigation' @@ -261,7 +260,7 @@ const CreateFromDSLModal = ({ show, onSuccess, onClose, activeTab = CreateFromDS className="flex h-8 w-8 cursor-pointer items-center justify-center" onClick={() => onClose()} > - +