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",
|
"Post --[noun, markdown post tab button]--": "Post",
|
||||||
"Livestream --[noun, livestream tab button]--": "Livestream",
|
"Livestream --[noun, livestream tab button]--": "Livestream",
|
||||||
"Posting...": "Posting...",
|
"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",
|
"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?",
|
"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",
|
"App": "App",
|
||||||
|
|
|
@ -176,9 +176,9 @@ class HelpPage extends React.PureComponent<Props, State> {
|
||||||
<div className="section__actions">
|
<div className="section__actions">
|
||||||
<Button
|
<Button
|
||||||
button="secondary"
|
button="secondary"
|
||||||
label={__('Join the Foundation Chat')}
|
label={__('Join our Discord')}
|
||||||
icon={ICONS.CHAT}
|
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}`} />
|
<Button button="secondary" label={__('Email Us')} icon={ICONS.WEB} href={`mailto:${SITE_HELP_EMAIL}`} />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue