-
+
);
}
diff --git a/ui/component/fileViewerEmbeddedTitle/view.jsx b/ui/component/fileViewerEmbeddedTitle/view.jsx
index e97b56e73..da5f00df0 100644
--- a/ui/component/fileViewerEmbeddedTitle/view.jsx
+++ b/ui/component/fileViewerEmbeddedTitle/view.jsx
@@ -5,7 +5,8 @@ import FilePrice from 'component/filePrice';
import { formatLbryUrlForWeb } from 'util/url';
import { withRouter } from 'react-router';
import { URL } from 'config';
-import * as ICONS from 'constants/icons';
+import OdyseeLogo from 'component/header/odysee_logo.png';
+import OdyseeLogoWithText from 'component/header/odysee_white.png';
type Props = {
uri: string,
@@ -36,7 +37,10 @@ function FileViewerEmbeddedTitle(props: Props) {
{...contentLinkProps}
/>
-
+
{isInApp && }
diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx
index feca6bcc3..bc0596d75 100644
--- a/ui/component/header/view.jsx
+++ b/ui/component/header/view.jsx
@@ -19,6 +19,8 @@ import ChannelThumbnail from 'component/channelThumbnail';
import { remote } from 'electron';
import { IS_MAC } from 'component/app/view';
// @endif
+import OdyseeLogoWithWhiteText from './odysee_white.png';
+import OdyseeLogoWithText from './odysee.png';
type Props = {
user: ?User,
@@ -251,14 +253,7 @@ const Header = (props: Props) => {
)}
{!authHeader && (
diff --git a/ui/component/publishForm/view.jsx b/ui/component/publishForm/view.jsx
index b2f353d13..19dc6b761 100644
--- a/ui/component/publishForm/view.jsx
+++ b/ui/component/publishForm/view.jsx
@@ -182,9 +182,9 @@ function PublishForm(props: Props) {
}
} else {
if (editingURI) {
- customSubtitle = __('Update your video');
+ customSubtitle = __('Update your video/audio');
} else {
- customSubtitle = __('Upload that unlabeled video you found behind the TV in 1991');
+ customSubtitle = __('Upload that unlabeled video or cassette you found behind the TV in 1991');
}
}
@@ -566,6 +566,7 @@ function PublishForm(props: Props) {