diff --git a/PowerHuntShares.psm1 b/PowerHuntShares.psm1 index 3244003..793bae1 100644 --- a/PowerHuntShares.psm1 +++ b/PowerHuntShares.psm1 @@ -11548,7 +11548,7 @@ function createEllipsis(pagination) { function createNavigationArrows(pagination, pageCount, tableId, paginationId) { const nextButton = document.createElement('button'); - nextButton.textContent = '→'; + nextButton.textContent = '\u2192'; nextButton.classList.add('pagination-button'); nextButton.addEventListener('click', () => { if (currentPage < pageCount) {