We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fab258e + 098e1f8 commit f07a57fCopy full SHA for f07a57f
src/react/DiscordButton.tsx
@@ -8,7 +8,7 @@ export const DiscordButton = ({ text, style }: { text?: string, style?: Record<s
8
const links: DropdownButtonItem[] = [
9
{
10
text: 'Pro Enthusiasts Server (ask for invite)',
11
- clickHandler: () => openURL('https://mcraft.fun/discord')
+ clickHandler: () => openURL('https://discord.mcraft.fun')
12
},
13
14
text: 'Community Server (PrismarineJS)',
0 commit comments