mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update sidebar component
This commit is contained in:
@@ -109,7 +109,7 @@ const Sidebar = () => {
|
||||
<SidebarItem
|
||||
color={role}
|
||||
text={project.name[0]}
|
||||
onClick={() => history.push(`/category/${project.id}`)}
|
||||
onClick={() => history.push(`/project/${project.id}`)}
|
||||
/>
|
||||
</div>
|
||||
<ContextMenu
|
||||
@@ -141,7 +141,7 @@ const Sidebar = () => {
|
||||
<SidebarItem
|
||||
color={role}
|
||||
text={feature.name[0]}
|
||||
onClick={() => history.push(`/category/${feature.id}`)}
|
||||
onClick={() => history.push(`/feature/${feature.id}`)}
|
||||
/>
|
||||
</div>
|
||||
<ContextMenu
|
||||
|
||||
Reference in New Issue
Block a user