Skip to content
Snippets Groups Projects
Commit def483de authored by Petr Kalashnikov's avatar Petr Kalashnikov
Browse files

Label for the general share button

parent 44a5689d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
</ShareNetwork>
</button>
</span>
<button v-if="webShareApiSupported" class="share_button" @click="shareViaWebShare">
<button v-if="webShareApiSupported" aria-label="Del ordboksartikkelen med andre" class="share_button" tabindex="0" @click="shareViaWebShare">
<span v-if="!hasPointer" class = "share_text">Del ordet</span>
<v-icon dense>$vuetify.icons.share</v-icon>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment