diff --git a/web/app/components/workflow/block-selector/featured-tools.tsx b/web/app/components/workflow/block-selector/featured-tools.tsx index 917f71f95c9..6ae784c3f78 100644 --- a/web/app/components/workflow/block-selector/featured-tools.tsx +++ b/web/app/components/workflow/block-selector/featured-tools.tsx @@ -271,10 +271,14 @@ function FeaturedToolUninstalledItem({
{label}
-
- {installCountLabel} +
+ + {installCountLabel} +
setIsActionHovered(true)} onMouseLeave={() => { if (!actionOpen) diff --git a/web/app/components/workflow/block-selector/featured-triggers.tsx b/web/app/components/workflow/block-selector/featured-triggers.tsx index 96f37d272e2..f35e71b0f15 100644 --- a/web/app/components/workflow/block-selector/featured-triggers.tsx +++ b/web/app/components/workflow/block-selector/featured-triggers.tsx @@ -266,10 +266,14 @@ function FeaturedTriggerUninstalledItem({
{label}
-
- {installCountLabel} +
+ + {installCountLabel} +
setIsActionHovered(true)} onMouseLeave={() => { if (!actionOpen)