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/workflow/nodes/_base/components/help-link.tsx |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/app/components/workflow/nodes/_base/components/help-link.tsx b/app/components/workflow/nodes/_base/components/help-link.tsx
index 2e75520..a2b0837 100644
--- a/app/components/workflow/nodes/_base/components/help-link.tsx
+++ b/app/components/workflow/nodes/_base/components/help-link.tsx
@@ -14,9 +14,6 @@
   const { t } = useTranslation()
   const link = useNodeHelpLink(nodeType)
 
-  if (!link)
-    return null
-
   return (
     <TooltipPlus
       popupContent={t('common.userProfile.helpCenter')}
@@ -24,9 +21,9 @@
       <a
         href={link}
         target='_blank'
-        className='mr-1 flex h-6 w-6 items-center justify-center'
+        className='flex items-center justify-center mr-1 w-6 h-6'
       >
-        <RiBookOpenLine className='h-4 w-4 text-gray-500' />
+        <RiBookOpenLine className='w-4 h-4 text-gray-500' />
       </a>
     </TooltipPlus>
 

--
Gitblit v1.8.0