From: Benjamin Auder Date: Tue, 10 Mar 2020 23:25:13 +0000 (+0100) Subject: Add Discord link on footer X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=b6a37c075bc54b7ac65e3f3663c6ea5b92c2dfe1 Add Discord link on footer --- diff --git a/client/src/App.vue b/client/src/App.vue index 3839976c..312f324a 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -34,6 +34,7 @@ .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 footer router-link.menuitem(to="/about") {{ st.tr["About"] }} + a.menuitem(href="https://discord.gg/a9ZFKBe") Discord router-link.menuitem(to="/news") {{ st.tr["News"] }} p.clickable(onClick="window.doClick('modalContact')") | {{ st.tr["Contact"] }}