From 15762165c874a15df60aacb5f13825e47026d082 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 2 May 2020 03:45:24 +0200
Subject: [PATCH] Temporarily disable Facebook + Twitter links (not ready yet)

---
 client/src/App.vue | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/client/src/App.vue b/client/src/App.vue
index 6a08a80f..d7e8d967 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -39,12 +39,14 @@
             | {{ st.tr["Contact"] }}
         .right-part
           a.menuitem(href="https://discord.gg/a9ZFKBe")
+            span Discord
             img.first(src="/images/icons/discord.svg")
           a.menuitem(href="https://github.com/yagu0/vchess")
+            span {{ st.tr["Code"] }}
             img(src="/images/icons/github.svg")
-          a.menuitem(href="https://www.facebook.com/Variants-Chess-Club-112565840437886")
+          //a.menuitem(href="https://www.facebook.com/Variants-Chess-Club-112565840437886")
             img(src="/images/icons/facebook.svg")
-          a.menuitem(href="https://twitter.com/VchessC")
+          //a.menuitem(href="https://twitter.com/VchessC")
             img(src="/images/icons/twitter.svg")
 </template>
 
-- 
2.44.0