mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
updated the discord invite link
This commit is contained in:
parent
0ab817a25d
commit
c24a17b66c
2 changed files with 3 additions and 3 deletions
|
|
@ -85,7 +85,7 @@
|
|||
<i class="fas fa-fw fa-info"></i>
|
||||
</div>
|
||||
</div>
|
||||
<a class="button discord" tabindex="2" href="https://discord.gg/xMYrWg6" onclick="this.blur();" target="_blank" style="text-decoration: none;">
|
||||
<a class="button discord" tabindex="2" href="https://discord.gg/yENzqcB" onclick="this.blur();" target="_blank" style="text-decoration: none;">
|
||||
<div class="icon">
|
||||
<i class="fab fa-discord"></i>
|
||||
</div>
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
</div>
|
||||
<div class="section">
|
||||
<h1>bug report or feature request</h1>
|
||||
<p>If you encounter a bug, or have a feature request - join the <a href="https://discord.gg/xMYrWg6">Discord server</a>, send me a message on Reddit, create an issue on <a href="https://github.com/Miodec/monkey-type">GitHub</a> or send me a message using the command line <key>esc</key>.</p>
|
||||
<p>If you encounter a bug, or have a feature request - join the <a href="https://discord.gg/yENzqcB">Discord server</a>, send me a message on Reddit, create an issue on <a href="https://github.com/Miodec/monkey-type">GitHub</a> or send me a message using the command line <key>esc</key>.</p>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h1>credits</h1>
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ let commands = {
|
|||
id: "joinDiscord",
|
||||
display: "Join the Discord server",
|
||||
exec: () => {
|
||||
window.open("https://discord.gg/xMYrWg6")
|
||||
window.open("https://discord.gg/yENzqcB")
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue