Update sidebar component

This commit is contained in:
Hazem Krimi
2021-05-26 23:45:06 +01:00
parent ef1852a246
commit 0d9b4a51b1
+2 -2
View File
@@ -109,7 +109,7 @@ const Sidebar = () => {
<SidebarItem <SidebarItem
color={role} color={role}
text={project.name[0]} text={project.name[0]}
onClick={() => history.push(`/category/${project.id}`)} onClick={() => history.push(`/project/${project.id}`)}
/> />
</div> </div>
<ContextMenu <ContextMenu
@@ -141,7 +141,7 @@ const Sidebar = () => {
<SidebarItem <SidebarItem
color={role} color={role}
text={feature.name[0]} text={feature.name[0]}
onClick={() => history.push(`/category/${feature.id}`)} onClick={() => history.push(`/feature/${feature.id}`)}
/> />
</div> </div>
<ContextMenu <ContextMenu