diff --git a/static/app-strings.json b/static/app-strings.json
index 0baca0e92..e789d9d08 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -903,6 +903,5 @@
"Error Starting Up": "Error Starting Up",
"Reach out to hello@lbry.com for help, or check out %help_link%.": "Reach out to hello@lbry.com for help, or check out %help_link%.",
"You're not following any tags. Smash that %customize% button!": "You're not following any tags. Smash that %customize% button!",
- "customize": "customize",
- "An upgrade is available.": "An upgrade is available."
+ "customize": "customize"
}
diff --git a/ui/component/app/view.jsx b/ui/component/app/view.jsx
index f37b97beb..335dbc57d 100644
--- a/ui/component/app/view.jsx
+++ b/ui/component/app/view.jsx
@@ -1,4 +1,5 @@
// @flow
+import * as ICONS from 'constants/icons';
import * as PAGES from 'constants/pages';
import React, { useEffect, useRef, useState } from 'react';
import classnames from 'classnames';
@@ -13,7 +14,7 @@ import Yrbl from 'component/yrbl';
import FileViewer from 'component/fileViewer';
import { withRouter } from 'react-router';
import usePrevious from 'effects/use-previous';
-import Nag from 'component/common/nag';
+import Button from 'component/button';
// @if TARGET='web'
import OpenInAppLink from 'component/openInAppLink';
import YoutubeWelcome from 'component/youtubeWelcome';
@@ -204,7 +205,16 @@ function App(props: Props) {
{/* @if TARGET='app' */}
{showUpgradeButton && (
-
+