projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bb2abf7
)
Temporarily disable Facebook + Twitter links (not ready yet)
author
Benjamin Auder
<benjamin.auder@somewhere>
Sat, 2 May 2020 01:45:24 +0000
(
03:45
+0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Sat, 2 May 2020 01:45:24 +0000
(
03:45
+0200)
client/src/App.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/App.vue
b/client/src/App.vue
index
6a08a80
..
d7e8d96
100644
(file)
--- 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")
| {{ 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")
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")
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")
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>
img(src="/images/icons/twitter.svg")
</template>