diff --git a/src/components/Sidebar/Sidebar.jsx b/src/components/Sidebar/Sidebar.jsx index 120ec388..150eb225 100644 --- a/src/components/Sidebar/Sidebar.jsx +++ b/src/components/Sidebar/Sidebar.jsx @@ -52,6 +52,7 @@ function Sidebar({ children }) { icon: , action: handleNavigate, navigate: '/accounts', + additionalPaths: ['/'], showInFooter: false }, { @@ -153,7 +154,7 @@ function Sidebar({ children }) { )) }