Skip to content

Commit

Permalink
feat: Use support icon for sidebar (#18205)
Browse files Browse the repository at this point in the history
* feat: Use support icon for sidebar

* adjust viewbox
  • Loading branch information
thisisamir98 authored Oct 24, 2024
1 parent c78ba19 commit cd3f28b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
*/

import {GroupIcon, HelpIcon, MessageIcon, StarIcon, ExternalLinkIcon, Tooltip} from '@wireapp/react-ui-kit';
import {GroupIcon, MessageIcon, StarIcon, ExternalLinkIcon, Tooltip, SupportIcon} from '@wireapp/react-ui-kit';

import * as Icon from 'Components/Icon';
import {ConversationRepository} from 'src/script/conversation/ConversationRepository';
Expand Down Expand Up @@ -239,7 +239,7 @@ export const ConversationTabs = ({
data-uie-name="go-people"
>
<span className="conversations-sidebar-btn--text-wrapper">
<HelpIcon />
<SupportIcon viewBox="0 0 16 16" />
<span className="conversations-sidebar-btn--text">{t('preferencesAboutSupport')}</span>
<ExternalLinkIcon className="external-link-icon" />
</span>
Expand Down

0 comments on commit cd3f28b

Please sign in to comment.