wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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>