Skip to content

Commit

Permalink
feat: Use help icon in sidebar (#18202)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisamir98 authored Oct 24, 2024
1 parent 05aeb6a commit c78ba19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@wireapp/avs": "9.9.8",
"@wireapp/commons": "5.2.13",
"@wireapp/core": "46.4.2",
"@wireapp/react-ui-kit": "9.24.0",
"@wireapp/react-ui-kit": "9.25.0",
"@wireapp/store-engine-dexie": "2.1.15",
"@wireapp/webapp-events": "0.24.3",
"amplify": "https://github.com/wireapp/amplify#head=master",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
*/

import {GroupIcon, InfoIcon, MessageIcon, StarIcon, ExternalLinkIcon, Tooltip} from '@wireapp/react-ui-kit';
import {GroupIcon, HelpIcon, MessageIcon, StarIcon, ExternalLinkIcon, Tooltip} 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">
<InfoIcon />
<HelpIcon />
<span className="conversations-sidebar-btn--text">{t('preferencesAboutSupport')}</span>
<ExternalLinkIcon className="external-link-icon" />
</span>
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6187,9 +6187,9 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/react-ui-kit@npm:9.24.0":
version: 9.24.0
resolution: "@wireapp/react-ui-kit@npm:9.24.0"
"@wireapp/react-ui-kit@npm:9.25.0":
version: 9.25.0
resolution: "@wireapp/react-ui-kit@npm:9.25.0"
dependencies:
"@types/color": "npm:3.0.6"
color: "npm:4.2.3"
Expand All @@ -6204,7 +6204,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/7969043fb4ed32bb89471b7f133f22ab816eca44e51649d5b0cf185c1a55465093a69f5d120cfcb4df7cd102287ba6832e8ebd38d2d04576a8e300daa4eeb426
checksum: 10/d93fc769abda15925a1b7b9aab99e32b8cf6a7753501414e550805e099d7c94ed1bc3997853f19711cd8d83ecb40454baba51061bebed101a07bc7cca413e927
languageName: node
linkType: hard

Expand Down Expand Up @@ -18694,7 +18694,7 @@ __metadata:
"@wireapp/core": "npm:46.4.2"
"@wireapp/eslint-config": "npm:3.0.7"
"@wireapp/prettier-config": "npm:0.6.4"
"@wireapp/react-ui-kit": "npm:9.24.0"
"@wireapp/react-ui-kit": "npm:9.25.0"
"@wireapp/store-engine": "npm:5.1.11"
"@wireapp/store-engine-dexie": "npm:2.1.15"
"@wireapp/webapp-events": "npm:0.24.3"
Expand Down

0 comments on commit c78ba19

Please sign in to comment.