Odysee updates
This commit is contained in:
parent
2672177cc0
commit
eaf1b093ae
5 changed files with 7 additions and 8 deletions
|
@ -41,7 +41,7 @@ class FileDetails extends PureComponent<Props> {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="media__details">
|
<div className="media__details">
|
||||||
<span>{__('LBRY URL')}</span>
|
<span>{__('URL')}</span>
|
||||||
<span>{claim.canonical_url}</span>
|
<span>{claim.canonical_url}</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="media__details">
|
<div className="media__details">
|
||||||
|
|
|
@ -100,7 +100,7 @@ function SocialShare(props: Props) {
|
||||||
let tweetIntentParams = {
|
let tweetIntentParams = {
|
||||||
url: shareUrl,
|
url: shareUrl,
|
||||||
text: title || claim.name,
|
text: title || claim.name,
|
||||||
hashtags: 'LBRY',
|
hashtags: 'Odysee',
|
||||||
};
|
};
|
||||||
|
|
||||||
if (TWITTER_ACCOUNT) {
|
if (TWITTER_ACCOUNT) {
|
||||||
|
@ -231,7 +231,6 @@ function SocialShare(props: Props) {
|
||||||
)}
|
)}
|
||||||
{showClaimLinks && (
|
{showClaimLinks && (
|
||||||
<div className="section">
|
<div className="section">
|
||||||
<CopyableText label={__('LBRY URL')} copyable={`lbry://${lbryUrl}`} />
|
|
||||||
{Boolean(isStream) && <CopyableText label={__('Download Link')} copyable={downloadUrl} />}
|
{Boolean(isStream) && <CopyableText label={__('Download Link')} copyable={downloadUrl} />}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -381,7 +381,7 @@ const PrivacyPolicyPage = () => {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>Odysee Inc. 99 Hanover St Manchester, New Hampshire 03101 United States hello@odysee.com</p>
|
<p>Odysee, Inc 2540 S Maryland Pkwy Unit #5021 Las Vegas, NV 89109 hello@odysee.com</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<small>Last edited on 2021-10-08</small>
|
<small>Last edited on 2021-10-08</small>
|
||||||
|
|
|
@ -346,8 +346,8 @@ const TOSPage = () => {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Designated Agent: Odysee INC Address: 99 Hanover St, Manchester, NH 03101 Telephone Number: 907-318-5956
|
Designated Agent: Odysee, Inc 2540 S Maryland Pkwy Unit #5021 Las Vegas, NV 89109 Telephone Number:
|
||||||
Fax Number: 801-327-6808
|
907-318-5956 Fax Number: 801-327-6808
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>E-Mail Address: hello@odysee.com</p>
|
<p>E-Mail Address: hello@odysee.com</p>
|
||||||
|
|
|
@ -346,8 +346,8 @@ const YouTubeTOSPage = () => {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Designated Agent: LBRY INC Address: 99 Hanover St, Manchester, NH 03101 Telephone Number: 907-318-5956 Fax
|
Designated Agent: Odysee, Inc 2540 S Maryland Pkwy Unit #5021 Las Vegas, NV 89109 Telephone Number:
|
||||||
Number: 801-327-6808
|
907-318-5956 Fax Number: 801-327-6808
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>E-Mail Address: hello@odysee.com</p>
|
<p>E-Mail Address: hello@odysee.com</p>
|
||||||
|
|
Loading…
Reference in a new issue