From c5724d7cdc1e3884449ef17062cccd09789851f9 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 24 Jul 2019 10:39:40 -0400 Subject: [PATCH] fix: rewards menu bump: rc --- package.json | 2 +- src/ui/component/header/view.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 29db45156..9470449a4 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/ui/component/header/view.jsx b/src/ui/component/header/view.jsx index 23a3ab90e..e2a8e96d4 100644 --- a/src/ui/component/header/view.jsx +++ b/src/ui/component/header/view.jsx @@ -86,7 +86,7 @@ const Header = (props: Props) => { {__('Overview')} - history.push(`/$/account`)}> + history.push(`/$/rewards`)}> {__('Rewards')}