Skip to content

Commit f06228a

Browse files
Change Sidebar home path and active state
1 parent f0f20e7 commit f06228a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Sidebar/Sidebar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const Sidebar = () => {
2727
{
2828
icon: <House size={20} />,
2929
label: "Home",
30-
path: "/",
31-
isActive: location.pathname === "/",
30+
path: "/home",
31+
isActive: location.pathname === "/home",
3232
},
3333
{
3434
icon: <FiBarChart2 size={20} />,

0 commit comments

Comments
 (0)