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 (
|
||||
<>
|
||||
<div className="media__details">
|
||||
<span>{__('LBRY URL')}</span>
|
||||
<span>{__('URL')}</span>
|
||||
<span>{claim.canonical_url}</span>
|
||||
</div>
|
||||
<div className="media__details">
|
||||
|
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue