Skip to content

Commit

Permalink
Update discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilit committed Apr 6, 2024
1 parent d8fd329 commit 9b5c548
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<p align="center">
<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>

<h3 align="center"><img width="700" style="border-radius:5px;" alt="demo" src="drawdb.gif"></h3>
Expand Down
2 changes: 1 addition & 1 deletion src/components/EditorHeader/ControlPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion src/pages/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/NotFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9b5c548

Please sign in to comment.