diff --git a/src/components/Layout.js b/src/components/Layout.js index 7f1b0823..66e211ef 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -164,7 +164,6 @@ const Layout = ({ children }) => { {/* Non-Tools Section */} {NON_TOOLS.map((tool) => { const IconComponent = tool.icon; - const categoryConfig = getCategoryConfig(tool.category); return ( { {filteredNonTools.map((tool) => { const IconComponent = tool.icon; const isActiveItem = isActive(tool.path); - const isHome = tool.path === '/'; return (