update references to slack
This commit is contained in:
parent
8bd6358310
commit
29463ac57b
4 changed files with 8 additions and 7 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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
|
||||
- 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
|
||||
-->
|
||||
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
|||
### Changed
|
||||
* 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.
|
||||
* Chat links and text updated to remove references to Slack.
|
||||
|
||||
### Fixed
|
||||
* Fixed handling of empty search results.
|
||||
|
|
|
@ -117,9 +117,9 @@ class UserVerify extends React.PureComponent {
|
|||
</div>
|
||||
<div className="card__actions">
|
||||
<Link
|
||||
href="https://slack.lbry.io"
|
||||
href="https://chat.lbry.io"
|
||||
button="alt"
|
||||
icon="icon-slack"
|
||||
icon="icon-comments"
|
||||
label={__("Join LBRY Chat")}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
@ -99,14 +99,14 @@ class HelpPage extends React.PureComponent {
|
|||
<p>
|
||||
{__("Live help is available most hours in the")}
|
||||
{" "}<strong>#help</strong>
|
||||
{" "}{__("channel of our Slack chat room.")}
|
||||
{" "}{__("channel of our Discord chat room.")}
|
||||
</p>
|
||||
<p>
|
||||
<Link
|
||||
button="alt"
|
||||
label={__("Join Our Slack")}
|
||||
icon="icon-slack"
|
||||
href="https://slack.lbry.io"
|
||||
label={__("Join Our Chat")}
|
||||
icon="icon-comments"
|
||||
href="https://chat.lbry.io"
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue