Update discord link
This commit is contained in:
parent
d8fd3292b7
commit
9b5c548e15
@ -7,7 +7,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://drawdb.vercel.app/">drawDB</a>
|
<a href="https://drawdb.vercel.app/">drawDB</a>
|
||||||
·
|
·
|
||||||
<a href="https://discord.com/invite/8y7XUfcqR8">Discord</a>
|
<a href="https://discord.gg/BrjZgNrmR6">Discord</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 align="center"><img width="700" style="border-radius:5px;" alt="demo" src="drawdb.gif"></h3>
|
<h3 align="center"><img width="700" style="border-radius:5px;" alt="demo" src="drawdb.gif"></h3>
|
||||||
|
@ -1105,7 +1105,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/8y7XUfcqR8", "_blank"),
|
function: () => window.open("https://discord.gg/BrjZgNrmR6", "_blank"),
|
||||||
},
|
},
|
||||||
"Report a bug": {
|
"Report a bug": {
|
||||||
function: () => window.open("/bug-report", "_blank"),
|
function: () => window.open("/bug-report", "_blank"),
|
||||||
|
@ -249,7 +249,7 @@ export default function LandingPage() {
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
className="inline-block mt-2"
|
className="inline-block mt-2"
|
||||||
href="https://discord.gg/8y7XUfcqR8"
|
href="https://discord.gg/BrjZgNrmR6"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
@ -11,7 +11,7 @@ export default function NotFound() {
|
|||||||
or{" "}
|
or{" "}
|
||||||
<a
|
<a
|
||||||
className="text-blue-600"
|
className="text-blue-600"
|
||||||
href="https://discord.com/invite/8y7XUfcqR8"
|
href="https://discord.gg/BrjZgNrmR6"
|
||||||
>
|
>
|
||||||
a message on discord
|
a message on discord
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user