Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix: correct incident icon (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
morrme authored Jul 26, 2020
1 parent 9aba7da commit c156f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const Sidebar = () => {
}
style={expandibleArrow}
/>
<Icon icon="lab" /> {!sidebarCollapsed && t('incidents.label')}
<Icon icon="incident" /> {!sidebarCollapsed && t('incidents.label')}
</ListItem>
{splittedPath[1].includes('incidents') && expandedItem === 'incidents' && (
<List layout="flush" className="nav flex-column">
Expand Down

0 comments on commit c156f25

Please sign in to comment.