diff --git a/web/app/components/workflow/block-selector/featured-tools.tsx b/web/app/components/workflow/block-selector/featured-tools.tsx
index 917f71f95c..6ae784c3f7 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 96f37d272e..f35e71b0f1 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)