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) => {

{__('Paid content cannot be embedded.')}

-
)}