projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b83a675
)
Add Discord link on footer
author
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 10 Mar 2020 23:25:13 +0000
(
00:25
+0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 10 Mar 2020 23:25:13 +0000
(
00:25
+0100)
client/src/App.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/App.vue
b/client/src/App.vue
index
3839976
..
312f324
100644
(file)
--- 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"] }}