fix: discord link in about now works again

This commit is contained in:
David Ralph
2021-07-15 17:41:51 +01:00
parent 3a47089a00
commit b842bd935e

View File

@@ -20,7 +20,7 @@ export const EMAIL = 'hello@muetab.com';
export const TWITTER_HANDLE = 'getmue';
export const INSTAGRAM_HANDLE = 'mue.tab';
export const FACEBOOK_HANDLE = 'muetab';
export const DISCORD_SERVER = 'https://discord.gg/zv8C9F8';
export const DISCORD_SERVER = 'zv8C9F8';
export const COPYRIGHT_NAME = 'The Mue Authors';
export const COPYRIGHT_YEAR = '2018';
export const COPYRIGHT_LICENSE = 'BSD-3 License';