Add title to copy URL button

This commit is contained in:
Jake Howard 2023-06-14 20:03:38 +01:00
parent 8ec9256c78
commit 583db9382e
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
<a class="telegram" title="Share on Telegram"></a>
<a class="twitter" title="Twitter"></a>
<a class="whatsapp" title="Share on WhatsApp"></a>
<a role="button" class="copy-url"></a>
<a role="button" class="copy-url" title="Copy URL"></a>
</div>
</section>