mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-20 10:14:19 +00:00
Update discord link
This commit is contained in:
@@ -1105,7 +1105,7 @@ export default function ControlPanel({
|
||||
shortcut: "Ctrl+H",
|
||||
},
|
||||
"Ask us on discord": {
|
||||
function: () => window.open("https://discord.gg/8y7XUfcqR8", "_blank"),
|
||||
function: () => window.open("https://discord.gg/BrjZgNrmR6", "_blank"),
|
||||
},
|
||||
"Report a bug": {
|
||||
function: () => window.open("/bug-report", "_blank"),
|
||||
|
@@ -249,7 +249,7 @@ export default function LandingPage() {
|
||||
</a>
|
||||
<a
|
||||
className="inline-block mt-2"
|
||||
href="https://discord.gg/8y7XUfcqR8"
|
||||
href="https://discord.gg/BrjZgNrmR6"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
@@ -11,7 +11,7 @@ export default function NotFound() {
|
||||
or{" "}
|
||||
<a
|
||||
className="text-blue-600"
|
||||
href="https://discord.com/invite/8y7XUfcqR8"
|
||||
href="https://discord.gg/BrjZgNrmR6"
|
||||
>
|
||||
a message on discord
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user