Update remaining chat link (#741)

This commit is contained in:
infinite-persistence 2022-01-19 06:27:11 -08:00 committed by GitHub
parent adc9575504
commit 801d24ae10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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>