Skip to content

Commit

Permalink
MM-57102 Update phone icon on channel header call button (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbirtch committed Mar 5, 2024
1 parent 94d51dc commit 6eb61b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/channel_header_button/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ChannelHeaderButton = ({
disabled={isChannelArchived || isDeactivatedDM}
isCloudPaid={isCloudPaid}
>
<CompassIcon icon='phone-outline'/>
<CompassIcon icon='phone'/>
<div>
<span className='call-button-label'>
{hasCall ? formatMessage({defaultMessage: 'Join call'}) : formatMessage({defaultMessage: 'Start call'})}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const ChannelHeaderDropdownButton = ({
className={'style--none call-button-dropdown ' + (inCall || restricted ? 'disabled' : '')}
restricted={restricted}
>
<CompassIcon icon='phone-outline'/>
<CompassIcon icon='phone'/>
<div>
<span className='call-button-label'>
{hasCall ? formatMessage({defaultMessage: 'Join call'}) : formatMessage({defaultMessage: 'Start call'})}
Expand Down

0 comments on commit 6eb61b4

Please sign in to comment.