Use arrow text symbol instead of Font Awesome icon for scroll-to-top button

This commit is contained in:
Helen Chong 2024-06-06 20:31:27 +08:00
parent 355f20b927
commit 2a1c8daea0
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
<button class="top-btn hidden" aria-label="Scroll to top">
<i class="fa-solid fa-chevron-up"></i>
</button>
<button class="top-btn hidden" aria-label="Scroll to top">🡹</button>
<style>
.top-btn {