diff options
-rw-r--r-- | src/renderer/gameserver/data.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/gameserver/data.ts b/src/renderer/gameserver/data.ts index a07c717..b994215 100644 --- a/src/renderer/gameserver/data.ts +++ b/src/renderer/gameserver/data.ts @@ -22,7 +22,7 @@ const TMW2 = new GameServer( [ new socialLink("fas fa-home","Website","https://tmw2.org"), new socialLink("fab fa-discord","Discord","https://discord.gg/J4gcaqM"), - new socialLink("fas fa-users","Forum","https://tmw2.org/forums/"), + new socialLink("fab fa-patreon","Patreon","https://www.patreon.com/TMW2/"), new socialLink("fas fa-comments","IRC Chat","http://webchat.freenode.net/?channels=#tmw2"), new socialLink("fab fa-youtube","Youtube","https://www.youtube.com/channel/UCiwW5dTmi2xMV_vJfj5Mq5Q"), new socialLink("fab fa-steam","Steam Group","http://steamcommunity.com/groups/TheManaWorld2"), |