diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx
index 47a4066..9845b00 100644
--- a/src/components/Hero.tsx
+++ b/src/components/Hero.tsx
@@ -222,7 +222,22 @@ export default function Hero() {
}
}}
>
- {tool.label}
+
+ {tool.label}
+ {bookmarkedToolPaths.length > 0 && (
+ {
+ e.stopPropagation();
+ const path = tool.url.substring(1);
+ toggleBookmarked(path);
+ setBookmarkedToolPaths(getBookmarkedToolPaths());
+ }}
+ />
+ )}
+
))}