Skip to content

Commit

Permalink
Use globe icon for the domains row
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Aug 8, 2024
1 parent 492ac2a commit 4e7461e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/AllSettingsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function AllSettingsScreen({policies}: AllSettingsScreenProps) {
: []),
{
translationKey: 'allSettingsScreen.domains',
icon: Expensicons.CardsAndDomains,
icon: Expensicons.Globe,
action: () => {
Link.openOldDotLink(CONST.OLDDOT_URLS.ADMIN_DOMAINS_URL);
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function InitialSettingsPage({session, userWallet, bankAccountList, fundList, wa
},
{
translationKey: 'allSettingsScreen.domains',
icon: Expensicons.CardsAndDomains,
icon: Expensicons.Globe,
action: () => {
Link.openOldDotLink(CONST.OLDDOT_URLS.ADMIN_DOMAINS_URL);
},
Expand Down

0 comments on commit 4e7461e

Please sign in to comment.