update references to slack

This commit is contained in:
Jeremy Kauffman 2017-10-25 17:45:47 -04:00
parent 8bd6358310
commit 29463ac57b
4 changed files with 8 additions and 7 deletions

View file

@ -7,7 +7,7 @@ Before reporting any issues, please make sure that you're using the latest versi
- App releases: https://github.com/lbryio/lbry-app/releases - App releases: https://github.com/lbryio/lbry-app/releases
- Standalone daemon: https://github.com/lbryio/lbry/releases - Standalone daemon: https://github.com/lbryio/lbry/releases
We are also available on Slack at https://slack.lbry.io We are also available on live chat at https://chat.lbry.io
--> -->

View file

@ -14,6 +14,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
### Changed ### Changed
* Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements. * Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements.
* [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux. * [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux.
* Chat links and text updated to remove references to Slack.
### Fixed ### Fixed
* Fixed handling of empty search results. * Fixed handling of empty search results.

View file

@ -117,9 +117,9 @@ class UserVerify extends React.PureComponent {
</div> </div>
<div className="card__actions"> <div className="card__actions">
<Link <Link
href="https://slack.lbry.io" href="https://chat.lbry.io"
button="alt" button="alt"
icon="icon-slack" icon="icon-comments"
label={__("Join LBRY Chat")} label={__("Join LBRY Chat")}
/> />
</div> </div>

View file

@ -99,14 +99,14 @@ class HelpPage extends React.PureComponent {
<p> <p>
{__("Live help is available most hours in the")} {__("Live help is available most hours in the")}
{" "}<strong>#help</strong> {" "}<strong>#help</strong>
{" "}{__("channel of our Slack chat room.")} {" "}{__("channel of our Discord chat room.")}
</p> </p>
<p> <p>
<Link <Link
button="alt" button="alt"
label={__("Join Our Slack")} label={__("Join Our Chat")}
icon="icon-slack" icon="icon-comments"
href="https://slack.lbry.io" href="https://chat.lbry.io"
/> />
</p> </p>
</div> </div>