Skip to content

Commit

Permalink
fix: update the pill button
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 27, 2024
1 parent deaaebd commit 86468d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_static/js/learn.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ var suggestivePlaceholderElement = new suggestivePlaceholder({

window.addEventListener('load', (event) => {
suggestivePlaceholderElement.init();
document.getElementById('pst-back-to-top').innerHTML= '<i class="fa-solid fa-caret-up"></i>';
})

// StackOverflow solution here: https://stackoverflow.com/a/22425498
Expand Down Expand Up @@ -118,5 +119,4 @@ window.onload = function () {
result = `${value} mins read`;
}
document.getElementById('readingTime').innerText = result;
document.getElementById('pst-back-to-top').innerHTML= '<i class="fa-solid fa-caret-up"></i>';
}

0 comments on commit 86468d2

Please sign in to comment.