diff --git a/.changelog/1992.trivial.md b/.changelog/1992.trivial.md new file mode 100644 index 0000000000..c674fe300a --- /dev/null +++ b/.changelog/1992.trivial.md @@ -0,0 +1 @@ +Update icon of "Account" nav button diff --git a/src/app/components/MobileFooterNavigation/index.tsx b/src/app/components/MobileFooterNavigation/index.tsx index 519442e51e..2f3bb8df45 100644 --- a/src/app/components/MobileFooterNavigation/index.tsx +++ b/src/app/components/MobileFooterNavigation/index.tsx @@ -1,11 +1,11 @@ -import React, { useMemo } from 'react' +import { useMemo } from 'react' import { useSelector } from 'react-redux' import { useTranslation } from 'react-i18next' import { Box } from 'grommet/es6/components/Box' import { Text } from 'grommet/es6/components/Text' import { LineChart } from 'grommet-icons/es6/icons/LineChart' import { Inherit } from 'grommet-icons/es6/icons/Inherit' -import { Money } from 'grommet-icons/es6/icons/Money' +import { MuiWalletIcon } from '../../../styles/theme/icons/mui-icons/MuiWalletIcon' import { CreditCard } from 'grommet-icons/es6/icons/CreditCard' import styled from 'styled-components' import { normalizeColor } from 'grommet/es6/utils' @@ -51,7 +51,7 @@ export const MobileFooterNavigation = () => { const menuItems = [ { label: t('menu.wallet', 'Account'), - Icon: Money, + Icon: MuiWalletIcon, to: `/account/${address}`, exactActive: true, }, diff --git a/src/app/components/Sidebar/__tests__/__snapshots__/index.test.tsx.snap b/src/app/components/Sidebar/__tests__/__snapshots__/index.test.tsx.snap index 78d7f1fcfc..1260fb7163 100644 --- a/src/app/components/Sidebar/__tests__/__snapshots__/index.test.tsx.snap +++ b/src/app/components/Sidebar/__tests__/__snapshots__/index.test.tsx.snap @@ -907,15 +907,13 @@ exports[` with account opened should match snapshot 1`] = ` class="c9" >
} + icon={} label={t('menu.wallet', 'Account')} needsWalletOpen={true} route={`/account/${address}`}