diff --git a/components/tools/ToolsDashboard.tsx b/components/tools/ToolsDashboard.tsx index 2797b2d2a6d9..575ab2e1bc2c 100644 --- a/components/tools/ToolsDashboard.tsx +++ b/components/tools/ToolsDashboard.tsx @@ -180,33 +180,39 @@ export default function ToolsDashboard() {
}> -
setOpenFilter(!openFilter)} + aria-expanded={openFilter} + aria-controls='tools-filter-panel' data-testid='ToolsDashboard-Filters-Click' > -
Filter
-
+ Filter + {openFilter && ( - +
)}
}> -
setopenCategory(!openCategory)} + aria-expanded={openCategory} + aria-controls='tools-category-panel' data-testid='ToolsDashboard-category' > -
Jump to Category
+ Jump to Category -
+ {openCategory && ( -
+
)} @@ -229,10 +235,14 @@ export default function ToolsDashboard() {
{isFiltered && ( -
+
+ )}
{checkToolsList ? (