Odysee updates

This commit is contained in:
Thomas Zarebczan 2022-04-14 20:31:16 -04:00
parent 2672177cc0
commit eaf1b093ae
No known key found for this signature in database
GPG key ID: 767B41E1BB7346F2
5 changed files with 7 additions and 8 deletions

View file

@ -41,7 +41,7 @@ class FileDetails extends PureComponent<Props> {
return (
<>
<div className="media__details">
<span>{__('LBRY URL')}</span>
<span>{__('URL')}</span>
<span>{claim.canonical_url}</span>
</div>
<div className="media__details">

View file

@ -100,7 +100,7 @@ function SocialShare(props: Props) {
let tweetIntentParams = {
url: shareUrl,
text: title || claim.name,
hashtags: 'LBRY',
hashtags: 'Odysee',
};
if (TWITTER_ACCOUNT) {
@ -231,7 +231,6 @@ function SocialShare(props: Props) {
)}
{showClaimLinks && (
<div className="section">
<CopyableText label={__('LBRY URL')} copyable={`lbry://${lbryUrl}`} />
{Boolean(isStream) && <CopyableText label={__('Download Link')} copyable={downloadUrl} />}
</div>
)}

View file

@ -381,7 +381,7 @@ const PrivacyPolicyPage = () => {
</p>
<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>
<small>Last edited on 2021-10-08</small>

View file

@ -346,8 +346,8 @@ const TOSPage = () => {
</p>
<p>
Designated Agent: Odysee INC Address: 99 Hanover St, Manchester, NH 03101 Telephone Number: 907-318-5956
Fax Number: 801-327-6808
Designated Agent: Odysee, Inc 2540 S Maryland Pkwy Unit #5021 Las Vegas, NV 89109 Telephone Number:
907-318-5956 Fax Number: 801-327-6808
</p>
<p>E-Mail Address: hello@odysee.com</p>

View file

@ -346,8 +346,8 @@ const YouTubeTOSPage = () => {
</p>
<p>
Designated Agent: LBRY INC Address: 99 Hanover St, Manchester, NH 03101 Telephone Number: 907-318-5956 Fax
Number: 801-327-6808
Designated Agent: Odysee, Inc 2540 S Maryland Pkwy Unit #5021 Las Vegas, NV 89109 Telephone Number:
907-318-5956 Fax Number: 801-327-6808
</p>
<p>E-Mail Address: hello@odysee.com</p>