From 342f770841ee7b3a8eb7adc924360bd0ca71175f Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 1 Aug 2026 14:26:44 +0100 Subject: [PATCH] Optimize FilterIcon rendering in DashboardBreadcrumb component - Simplified the rendering of the FilterIcon by removing unnecessary opacity styling, enhancing visual clarity while maintaining the intended design. - This change contributes to a cleaner and more efficient component structure in the Dashboard. --- src/components/Dashboard/common/DashboardBreadcrumb.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Dashboard/common/DashboardBreadcrumb.jsx b/src/components/Dashboard/common/DashboardBreadcrumb.jsx index 3575588..e175e9c 100644 --- a/src/components/Dashboard/common/DashboardBreadcrumb.jsx +++ b/src/components/Dashboard/common/DashboardBreadcrumb.jsx @@ -77,9 +77,7 @@ const DashboardBreadcrumb = () => { }} > {name} - {showFilterIcon && ( - - )} + {showFilterIcon && } ), key: url