Skip to content
Snippets Groups Projects
Commit 2d7b2cdf authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

improve mailto link

parent 3fdb2490
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
<v-btn dark fab bottom color="green" small :href="`https://wa.me/?text=Checkout%20this%20page.%20${pageUrl}`" target="_blank">
<v-icon>mdi-whatsapp</v-icon>
</v-btn>
<v-btn dark fab bottom color="primary" small :href="`mailto:?subject=Awesomeness!&amp;body=Checkout this page!<a href='${pageUrl}'>${pageUrl}</a>`" target="_blank">
<v-btn dark fab bottom color="primary" small :href="`mailto:?subject=JASS analysis&amp;body=Here is an analysis computed in JASS: ${pageUrl}`" target="_blank" title="Send by mail">
<v-icon>mdi-email</v-icon>
</v-btn>
<v-btn dark fab bottom color="primary" small v-on:click="copySign()" title="Copy to clipboard">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment