Skip to content

Commit

Permalink
Regression: Replace contact center icon (#26216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Marins committed Jul 12, 2022
1 parent 20966cc commit c410edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/sidebar/sections/OmnichannelSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const OmnichannelSection = (props: typeof Box): ReactElement => {
{isCallEnabled && <OmnichannelCallToggle />}
<Sidebar.TopBar.Action {...omnichannelIcon} onClick={handleAvailableStatusChange} />
{hasPermissionToSeeContactCenter && (
<Sidebar.TopBar.Action title={t('Contact_Center')} icon='contact' onClick={(): void => handleRoute('directory')} />
<Sidebar.TopBar.Action title={t('Contact_Center')} icon='notebook-hashtag' onClick={(): void => handleRoute('directory')} />
)}
{isCallReady && <OmniChannelCallDialPad />}
</Sidebar.TopBar.Actions>
Expand Down

0 comments on commit c410edc

Please sign in to comment.