Skip to content

Commit

Permalink
fix new-expensify color
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Dec 20, 2023
1 parent 770c2d9 commit ba1bbf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion assets/images/new-expensify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/pages/settings/InitialSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ function InitialSettingsPage(props) {
action: () => {
Link.openExternalLink(CONST.EXPENSIFY_INBOX_URL);
},
shouldShowRightIcon: true,
iconRight: Expensicons.NewWindow,
link: CONST.EXPENSIFY_INBOX_URL,
},
{
Expand Down Expand Up @@ -210,8 +208,6 @@ function InitialSettingsPage(props) {
action: () => {
Link.openExternalLink(CONST.NEWHELP_URL);
},
shouldShowRightIcon: true,
iconRight: Expensicons.NewWindow,
link: CONST.NEWHELP_URL,
},
{
Expand Down

0 comments on commit ba1bbf3

Please sign in to comment.