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
|
<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
|
||||||
|
|||||||
Reference in New Issue
Block a user