Update remaining chat link (#741)
This commit is contained in:
parent
adc9575504
commit
801d24ae10
2 changed files with 3 additions and 3 deletions
|
@ -222,7 +222,7 @@
|
|||
"Post --[noun, markdown post tab button]--": "Post",
|
||||
"Livestream --[noun, livestream tab button]--": "Livestream",
|
||||
"Posting...": "Posting...",
|
||||
"Join the Foundation Chat": "Join the Foundation Chat",
|
||||
"Join our Discord": "Join our Discord",
|
||||
"Report a bug or suggest something": "Report a bug or suggest something",
|
||||
"Did you find something wrong? Think Odysee could add something useful and cool?": "Did you find something wrong? Think Odysee could add something useful and cool?",
|
||||
"App": "App",
|
||||
|
|
|
@ -176,9 +176,9 @@ class HelpPage extends React.PureComponent<Props, State> {
|
|||
<div className="section__actions">
|
||||
<Button
|
||||
button="secondary"
|
||||
label={__('Join the Foundation Chat')}
|
||||
label={__('Join our Discord')}
|
||||
icon={ICONS.CHAT}
|
||||
href="https://chat.lbry.com"
|
||||
href="https://chat.odysee.com"
|
||||
/>
|
||||
<Button button="secondary" label={__('Email Us')} icon={ICONS.WEB} href={`mailto:${SITE_HELP_EMAIL}`} />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue