X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FVariants.vue;h=f60e5f1d982862790c6aa34e46a86e884b51d664;hb=4f07d54fac76da08cc40d5742dd359b672c162d8;hp=8e28e50024aeee273ee1441621be9fbadf804c79;hpb=a57faf48c575029ecbba41de0f87bfe11d8c4e4b;p=vchess.git diff --git a/client/src/views/Variants.vue b/client/src/views/Variants.vue index 8e28e500..f60e5f1d 100644 --- a/client/src/views/Variants.vue +++ b/client/src/views/Variants.vue @@ -10,8 +10,8 @@ main a(href="https://www.chessvariants.com/why.html") | {{ st.tr["Why play chess variants?"] }} p - a(href="/#/variants/Chess") Chess - | {{ st.tr["chess_v"] }} + a(href="/#/variants/Chess960") Chess960 + | {{ st.tr["chess960_v"] }} div(v-for="g of sortedGroups") h3 {{ st.tr["vt" + g] }} p {{ st.tr["vg" + g] }}