Skip to content

Commit f07a57f

Browse files
authored
Release (#436)
2 parents fab258e + 098e1f8 commit f07a57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/DiscordButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const DiscordButton = ({ text, style }: { text?: string, style?: Record<s
88
const links: DropdownButtonItem[] = [
99
{
1010
text: 'Pro Enthusiasts Server (ask for invite)',
11-
clickHandler: () => openURL('https://mcraft.fun/discord')
11+
clickHandler: () => openURL('https://discord.mcraft.fun')
1212
},
1313
{
1414
text: 'Community Server (PrismarineJS)',

0 commit comments

Comments
 (0)