summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLawnCable <lawncable.tmw2@simonlaux.de>2018-06-26 00:20:25 +0200
committerLawnCable <lawncable.tmw2@simonlaux.de>2018-06-26 00:20:25 +0200
commit73107257b3bc2c29c553be0df36e9d5248bd78c2 (patch)
treeab36c5a836e822981d7b6bf64c46f241c8a6059f
parent7be0e01fe22883e32a7e060a38c1a5aa3a2397b6 (diff)
downloadelectron-73107257b3bc2c29c553be0df36e9d5248bd78c2.tar.gz
electron-73107257b3bc2c29c553be0df36e9d5248bd78c2.tar.bz2
electron-73107257b3bc2c29c553be0df36e9d5248bd78c2.tar.xz
electron-73107257b3bc2c29c553be0df36e9d5248bd78c2.zip
Changed forum link to patreon
-rw-r--r--src/renderer/gameserver/data.ts2
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"),