Skip to content

Commit 9b5c548

Browse files
committed
Update discord link
1 parent d8fd329 commit 9b5c548

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p align="center">
88
<a href="https://drawdb.vercel.app/">drawDB</a>
99
·
10-
<a href="https://discord.com/invite/8y7XUfcqR8">Discord</a>
10+
<a href="https://discord.gg/BrjZgNrmR6">Discord</a>
1111
</p>
1212

1313
<h3 align="center"><img width="700" style="border-radius:5px;" alt="demo" src="drawdb.gif"></h3>

src/components/EditorHeader/ControlPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ export default function ControlPanel({
11051105
shortcut: "Ctrl+H",
11061106
},
11071107
"Ask us on discord": {
1108-
function: () => window.open("https://discord.gg/8y7XUfcqR8", "_blank"),
1108+
function: () => window.open("https://discord.gg/BrjZgNrmR6", "_blank"),
11091109
},
11101110
"Report a bug": {
11111111
function: () => window.open("/bug-report", "_blank"),

src/pages/LandingPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export default function LandingPage() {
249249
</a>
250250
<a
251251
className="inline-block mt-2"
252-
href="https://discord.gg/8y7XUfcqR8"
252+
href="https://discord.gg/BrjZgNrmR6"
253253
target="_blank"
254254
rel="noreferrer"
255255
>

src/pages/NotFound.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function NotFound() {
1111
or{" "}
1212
<a
1313
className="text-blue-600"
14-
href="https://discord.com/invite/8y7XUfcqR8"
14+
href="https://discord.gg/BrjZgNrmR6"
1515
>
1616
a message on discord
1717
</a>

0 commit comments

Comments
 (0)