From 7cf9cba3d6ce933ecd4e094dded84ff5978cb92c Mon Sep 17 00:00:00 2001 From: eniamza <65225917+Eniamza@users.noreply.github.com> Date: Fri, 13 Aug 2021 09:06:04 +0600 Subject: [PATCH] Fix: Paid embed warning was showing lbry.tv (#6819) * Fix: Paid embed warning was showing lbry.tv * Added: Change for PR #6819 * Revert: Changelog for conflicts * Fix: Use site title instead --- CHANGELOG.md | 1 + ui/page/embedWrapper/view.jsx | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1307a778..becebef46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Don't break words in chat + fix text overflow past 3 dot menu _community pr!_ ([#6602](https://github.com/lbryio/lbry-desktop/pull/6602)) - Fix embed shows wrong OG metadata _community pr!_ ([#6815](https://github.com/lbryio/lbry-desktop/pull/6815)) - Fix OG: "Unparsable data structure - Truncated Unicode character" _community pr!_ ([#6839](https://github.com/lbryio/lbry-desktop/pull/6839)) +- Fix Paid embed warning overlay redirection button now links to odysee _community pr!_ ([#6819](https://github.com/lbryio/lbry-desktop/pull/6819)) ## [0.51.1] - [2021-06-26] diff --git a/ui/page/embedWrapper/view.jsx b/ui/page/embedWrapper/view.jsx index 0ec506da7..78a5ce8fe 100644 --- a/ui/page/embedWrapper/view.jsx +++ b/ui/page/embedWrapper/view.jsx @@ -1,4 +1,5 @@ // @flow +import { SITE_NAME } from 'config'; import React, { useEffect } from 'react'; import classnames from 'classnames'; import FileRender from 'component/fileRender'; @@ -110,7 +111,7 @@ const EmbedWrapperPage = (props: Props) => {