Update PowerHuntShares.psm1

This commit is contained in:
Scott Sutherland 2024-10-05 12:49:25 -05:00 committed by GitHub
parent 45ad9af097
commit 8d06bf7a4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {