X-Git-Url: https://git.auder.net/pieces/Cwda/n_black_bishop.svg?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FContactForm.vue;h=b7aea9423942ccf3f38181a50da096f12b22110c;hb=b0a0468aa6f436f2ad4962492561ef430a3bc15c;hp=cadbf73d10e42370274312fce3e24827c5a76d6f;hpb=725da57f8e2983d744629b524f9084516a43cbac;p=vchess.git diff --git a/client/src/components/ContactForm.vue b/client/src/components/ContactForm.vue index cadbf73d..b7aea942 100644 --- a/client/src/components/ContactForm.vue +++ b/client/src/components/ContactForm.vue @@ -4,15 +4,18 @@ div type="checkbox" @change="trySetEnterTime($event)" ) - div( + div#contactDiv( role="dialog" data-checkbox="modalContact" ) .card label.modal-close(for="modalContact") + a#discordLink(href="https://discord.gg/a9ZFKBe") + span {{ st.tr["Discord invitation"] }} + img(src="/images/icons/discord.svg") fieldset label(for="userEmail") {{ st.tr["Email"] }} - input#userEmail(type="email") + input#userEmail(type="email" :value="st.user.email") fieldset label(for="mailSubject") {{ st.tr["Subject"] }} input#mailSubject(type="text") @@ -23,9 +26,10 @@ div