Skip to content

Commit

Permalink
Merge pull request #7740 from PrashantMangukiya/prashant-7704
Browse files Browse the repository at this point in the history
Security -> Change password menu icon updated to key
  • Loading branch information
Beamanator authored Feb 15, 2022
2 parents 5e37ec7 + 3c8e6e2 commit c049cc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions assets/images/key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/Icon/Expensicons.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import Gear from '../../../assets/images/gear.svg';
import Hashtag from '../../../assets/images/hashtag.svg';
import Info from '../../../assets/images/info.svg';
import Invoice from '../../../assets/images/invoice.svg';
import Key from '../../../assets/images/key.svg';
import Keyboard from '../../../assets/images/keyboard.svg';
import Link from '../../../assets/images/link.svg';
import LinkCopy from '../../../assets/images/link-copy.svg';
Expand Down Expand Up @@ -104,6 +105,7 @@ export {
Hashtag,
Info,
Invoice,
Key,
Keyboard,
Link,
LinkCopy,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/settings/Security/SecuritySettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SecuritySettingsPage = (props) => {
const menuItems = [
{
translationKey: 'passwordPage.changePassword',
icon: Expensicons.Lock,
icon: Expensicons.Key,
action: () => {
Navigation.navigate(ROUTES.SETTINGS_PASSWORD);
},
Expand Down

0 comments on commit c049cc4

Please sign in to comment.