diff --git a/src/app.tsx b/src/app.tsx index ba4c4e721..c7d7ba8fd 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -61,7 +61,7 @@ export const App = () => { } /> diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index e5c007f45..7656a5b92 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -110,6 +110,7 @@ export const Sidebar: FC = () => { icon={FilterIcon} size={Size.MEDIUM} metric={filterCount} + route={'/filters'} onClick={() => toggleFilters()} /> @@ -117,6 +118,7 @@ export const Sidebar: FC = () => { title="Settings" icon={GearIcon} size={Size.MEDIUM} + route={'/settings'} onClick={() => toggleSettings()} /> diff --git a/src/components/__snapshots__/Sidebar.test.tsx.snap b/src/components/__snapshots__/Sidebar.test.tsx.snap index 0af5dada7..8031f87f7 100644 --- a/src/components/__snapshots__/Sidebar.test.tsx.snap +++ b/src/components/__snapshots__/Sidebar.test.tsx.snap @@ -63,7 +63,7 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)