+
+
-
-
-
@@ -72,15 +79,25 @@ const sortedTags = Object.entries(tagFrequency)
-
- Filter by Tags
-
-
- {sortedTags.map(tag => (
+
+
+ {sortedTags.map((tag, index) => (
-
-
\ No newline at end of file
diff --git a/src/components/ToolMatrix.astro b/src/components/ToolMatrix.astro
index c3ba175..27cb4f8 100644
--- a/src/components/ToolMatrix.astro
+++ b/src/components/ToolMatrix.astro
@@ -135,6 +135,12 @@ domains.forEach((domain: any) => {