From 8a367aab5453ea034d99bc6fc4a287a6f4639a03 Mon Sep 17 00:00:00 2001 From: James Brunton Date: Wed, 10 Sep 2025 18:19:05 +0100 Subject: [PATCH] Change tips icon to i circle (#4430) # Description of Changes ## Before image ## After image --- frontend/src/components/tools/shared/ToolStep.tsx | 2 +- frontend/src/components/tools/shared/ToolWorkflowTitle.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/tools/shared/ToolStep.tsx b/frontend/src/components/tools/shared/ToolStep.tsx index 2fa8eb2da..203c3b5ab 100644 --- a/frontend/src/components/tools/shared/ToolStep.tsx +++ b/frontend/src/components/tools/shared/ToolStep.tsx @@ -53,7 +53,7 @@ const renderTooltipTitle = ( {title} - + ); diff --git a/frontend/src/components/tools/shared/ToolWorkflowTitle.tsx b/frontend/src/components/tools/shared/ToolWorkflowTitle.tsx index c11726fdb..24619387f 100644 --- a/frontend/src/components/tools/shared/ToolWorkflowTitle.tsx +++ b/frontend/src/components/tools/shared/ToolWorkflowTitle.tsx @@ -22,7 +22,7 @@ export function ToolWorkflowTitle({ title, tooltip, description }: ToolWorkflowT {title} - {tooltip && } + {tooltip && } );