diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index 9f9c487b0..45d94d449 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -99,6 +99,7 @@ const Header = (props: Props) => { className="header__navigation-item header__navigation-item--lbry" label={__('LBRY')} icon={ICONS.LBRY} + onClick={() => window.scrollTo(0, 0)} {...homeButtonNavigationProps} />