diff --git a/web/app/components/workflow/run/llm-log/tool-call-item.tsx b/web/app/components/workflow/run/llm-log/tool-call-item.tsx
index 0fcfcdf1b5..1f4f1fccf0 100644
--- a/web/app/components/workflow/run/llm-log/tool-call-item.tsx
+++ b/web/app/components/workflow/run/llm-log/tool-call-item.tsx
@@ -1,6 +1,6 @@
import type { LLMGenerationItem } from '@/types/workflow'
import {
- RiArrowDownSLine,
+ RiArrowRightSLine,
} from '@remixicon/react'
import { useState } from 'react'
import { useTranslation } from 'react-i18next'
@@ -111,7 +111,12 @@ const ToolCallItemComponent = ({
)
}
-
+
{
expand && (