Skip to content

Commit

Permalink
fix: correct reading time
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay "XA" Mestry <[email protected]>
  • Loading branch information
xames3 committed Feb 24, 2024
1 parent d9b83a6 commit a184f72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/source/_static/js/learn.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,5 @@ window.onload = function () {
result = `${value} mins read`;
}
document.getElementById('readingTime').innerText = result;
}

window.onload = function () {
document.getElementById('pst-back-to-top').innerHTML= '<i class="fa-solid fa-caret-up"></i>';
}

0 comments on commit a184f72

Please sign in to comment.