add rewards to account drop down

This commit is contained in:
Sean Yesmunt 2019-07-23 11:49:12 -04:00
parent 000d1e4415
commit 4b6399bb32
2 changed files with 4 additions and 2 deletions

View file

@ -86,6 +86,10 @@ const Header = (props: Props) => {
<Icon aria-hidden icon={ICONS.OVERVIEW} />
{__('Overview')}
</MenuItem>
<MenuItem className="menu__link" onSelect={() => history.push(`/$/account`)}>
<Icon aria-hidden icon={ICONS.FEATURED} />
{__('Rewards')}
</MenuItem>
<MenuItem className="menu__link" onSelect={() => history.push(`/$/wallet`)}>
<Icon aria-hidden icon={ICONS.WALLET} />
{__('Wallet')}

View file

@ -70,11 +70,9 @@
}
.menu__title {
// padding: var(--spacing-large) 0;
&:not(:last-of-type) {
margin-right: var(--spacing-medium);
}
// padding-right: 0;
span {
margin-left: var(--spacing-small);