Use arrow text symbol instead of Font Awesome icon for scroll-to-top button
This commit is contained in:
parent
355f20b927
commit
2a1c8daea0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue