Add back to top title to the link button

This commit is contained in:
Helen Chong 2024-06-11 04:32:29 +08:00
parent 7d02493faa
commit bfc592b8e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<a href="#top" class="top-btn hidden">
<a href="#top" class="top-btn hidden" title="Back to Top">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M7 11l5-5m0 0l5 5m-5-5v12" />
</svg>