diff --git a/src/app/components/ConnectorPath/index.tsx b/src/app/components/ConnectorPath/index.tsx index 8a524597f9..228ba097a7 100644 --- a/src/app/components/ConnectorPath/index.tsx +++ b/src/app/components/ConnectorPath/index.tsx @@ -9,9 +9,11 @@ type Props = { function ConnectorPath({ title, icon, description, content, actions }: Props) { return (
-
+
{icon} -

{title}

+

+ {title} +

{description}