fix: rewards menu

bump: rc
This commit is contained in:
Thomas Zarebczan 2019-07-24 10:39:40 -04:00 committed by Sean Yesmunt
parent 6bc98c0c06
commit c5724d7cdc
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.34.0-rc.18",
"version": "0.34.0-rc.19",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"keywords": [
"lbry"

View file

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