Skip to content

Commit

Permalink
Scroll to top: change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
enricocid authored Nov 13, 2023
1 parent e3ce97f commit 7977f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<button onclick="scrollToTop()" class="btn btn-lg" id="scrollTopBtn" title="Go to top" aria-describedby="title">
<span class="align-items-center justify-content-center">
<i class="fa fa-caret-up fa-themed"></i>
<i class="fa fa-angle-up fa-themed"></i>
</span>
</button>

Expand Down Expand Up @@ -52,4 +52,4 @@
document.body.scrollTop = 0
document.documentElement.scrollTop = 0
}
</script>
</script>

0 comments on commit 7977f0f

Please sign in to comment.