remove discord links

This commit is contained in:
yuriha 2022-03-25 23:35:00 +01:00
parent e7f1893280
commit 8c2f445fd9
3 changed files with 2 additions and 3 deletions

View file

@ -53,7 +53,7 @@ Building locally is currently not possible. This is because the repository lacks
## Reporting bugs and contributing ## Reporting bugs and contributing
If you have any ideas/suggestions/found an issue or want to help us with the translation or anything else, please submit an issue or join our [Discord server](https://discord.com/invite/JGnEyhD6ah). If you have any ideas/suggestions/found an issue or want to help us with the translation or anything else, please [make an issue](https://github.com/ad044/lainTSX/issues).
## Tools used during development ## Tools used during development

View file

@ -9,7 +9,6 @@ const Header = () => {
<Link to="/notes">notes</Link> <Link to="/notes">notes</Link>
<Link to="/game">start</Link> <Link to="/game">start</Link>
<Link to="/guide">guide</Link> <Link to="/guide">guide</Link>
<a href="https://discord.com/invite/JGnEyhD6ah">discord</a>
<Link to="/options">options</Link> <Link to="/options">options</Link>
</div> </div>
); );

View file

@ -37,7 +37,7 @@ const MainPage = () => {
/> />
<QA <QA
question={"I found an issue/have a suggestion/etc."} question={"I found an issue/have a suggestion/etc."}
answer={`Please join our <a href="https://discord.com/invite/JGnEyhD6ah">discord server</a> and tell us about it!`} answer={`Use the <a href="https://github.com/ad044/lainTSX/issues">Github issue tracker</a> and tell us about it!`}
/> />
<QA <QA
question={"Is it possible to run the game offline?"} question={"Is it possible to run the game offline?"}