diff --git a/src/components/ToolFilters.astro b/src/components/ToolFilters.astro index f3c62cd..49605ae 100644 --- a/src/components/ToolFilters.astro +++ b/src/components/ToolFilters.astro @@ -36,13 +36,14 @@ const sortedTags = Object.entries(tagFrequency) /> - -
-
+ +
+ +
- {domains.map((domain: any) => ( @@ -50,16 +51,22 @@ const sortedTags = Object.entries(tagFrequency)
-
-
@@ -72,15 +79,25 @@ const sortedTags = Object.entries(tagFrequency)
- -
- {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) => {