Odysee chat updates
This commit is contained in:
parent
93d7597739
commit
507d34dd8c
5 changed files with 7 additions and 11 deletions
5
.github/ISSUE_TEMPLATE/--bug-report.md
vendored
5
.github/ISSUE_TEMPLATE/--bug-report.md
vendored
|
@ -4,7 +4,6 @@ about: "Something isn't working \U0001F915"
|
|||
title: ''
|
||||
labels: 'type: bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@ -16,7 +15,7 @@ Before reporting any issues, please make sure that you're using the latest versi
|
|||
- App releases: https://github.com/lbryio/lbry-desktop/releases
|
||||
- Standalone daemon: https://github.com/lbryio/lbry/releases
|
||||
|
||||
We are also available on live chat at https://chat.lbry.com
|
||||
We are also available on live chat at https://chat.odysee.com
|
||||
-->
|
||||
|
||||
**Bug**
|
||||
|
@ -24,6 +23,7 @@ A clear and concise description of what the bug is.
|
|||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
|
@ -49,6 +49,5 @@ If applicable, add screenshots to help explain your problem.
|
|||
- LBRY Installation ID:
|
||||
- Operating system:
|
||||
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
|
|
@ -194,7 +194,7 @@ will earn you an extra 50 LBC on top of what we would otherwise tip you.
|
|||
| [Tom](https://github.com/tzarebczan) | Community manager. He knows more than anyone about the app and all of its flaws. Reach out to him with any questions about how the app works, if a bug has been reported, or if a feature should be requested. | jiggytom | tom@lbry.com |
|
||||
| [Sean](https://github.com/seanyesmunt) | The primary engineer working on the app. Feel free to ask any questions about the code. | sean | sean@lbry.com |
|
||||
|
||||
Join our Discord [here](https://chat.lbry.com/).
|
||||
Join our Discord [here](https://chat.odysee.com/).
|
||||
|
||||
# More Information
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
# Odysee Frontend - Odysee.com
|
||||
# Odysee Frontend - Odysee.com
|
||||
|
||||
This repo contains the UI and front end code that powers Odysee.com.
|
||||
|
||||
|
@ -12,7 +11,7 @@ This repo contains the UI and front end code that powers Odysee.com.
|
|||
<a href="https://travis-ci.org/lbryio/lbry-desktop">
|
||||
<img src="https://travis-ci.org/lbryio/lbry-desktop.svg?branch=master" alt="Build Status" />
|
||||
</a>
|
||||
<a href="https://chat.lbry.com">
|
||||
<a href="https://chat.odysee.com">
|
||||
<img alt="GitHub contributors" src="https://img.shields.io/discord/362322208485277697.svg?logo=discord" alt="chat on Discord">
|
||||
</a>
|
||||
|
||||
|
@ -25,7 +24,6 @@ This repo contains the UI and front end code that powers Odysee.com.
|
|||
</a>
|
||||
</h2>
|
||||
|
||||
|
||||
## Table of Contents
|
||||
|
||||
1. [Usage](#usage)
|
||||
|
@ -121,4 +119,3 @@ This project is MIT licensed. For the full license, see [LICENSE](LICENSE).
|
|||
## Security
|
||||
|
||||
For security issues, please reach out to security@odysee.com
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ class UserEmailVerify extends React.PureComponent<Props, State> {
|
|||
<I18nMessage
|
||||
tokens={{
|
||||
help_link: <Button button="link" href={`mailto:${SITE_HELP_EMAIL}`} label={`${SITE_HELP_EMAIL}`} />,
|
||||
chat_link: <Button button="link" href="https://chat.lbry.com" label={__('chat')} />,
|
||||
chat_link: <Button button="link" href="https://chat.odysee.com" label={__('chat')} />,
|
||||
}}
|
||||
>
|
||||
Email %help_link% or join our %chat_link% if you encounter any trouble verifying.
|
||||
|
|
|
@ -74,7 +74,7 @@ class UserPhoneVerify extends React.PureComponent<Props, State> {
|
|||
<I18nMessage
|
||||
tokens={{
|
||||
help_link: <Button button="link" href={`mailto:${SITE_HELP_EMAIL}`} label={`${SITE_HELP_EMAIL}`} />,
|
||||
chat_link: <Button button="link" href="https://chat.lbry.com" label={__('chat')} />,
|
||||
chat_link: <Button button="link" href="https://chat.odysee.com" label={__('chat')} />,
|
||||
}}
|
||||
>
|
||||
Email %help_link% or join our %chat_link% if you encounter any trouble with your code.
|
||||
|
|
Loading…
Reference in a new issue