mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-21 15:24:51 +00:00
Fix broken discord link
This commit is contained in:
@@ -1217,7 +1217,7 @@ export default function ControlPanel({
|
|||||||
shortcut: "Ctrl+H",
|
shortcut: "Ctrl+H",
|
||||||
},
|
},
|
||||||
"Ask us on discord": {
|
"Ask us on discord": {
|
||||||
function: () => window.open("https://discord.gg/CUr9s9KH6X", "_blank"),
|
function: () => window.open("https://discord.gg/8y7XUfcqR8", "_blank"),
|
||||||
},
|
},
|
||||||
"Report a bug": {
|
"Report a bug": {
|
||||||
function: () => window.open("/bug_report", "_blank"),
|
function: () => window.open("/bug_report", "_blank"),
|
||||||
|
@@ -355,7 +355,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
className="inline-block mt-2"
|
className="inline-block mt-2"
|
||||||
href="https://discord.gg/CUr9s9KH6X"
|
href="https://discord.gg/8y7XUfcqR8"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user