mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update board-pagination.tsx
This commit is contained in:
@@ -28,7 +28,7 @@ const BoardPagination = ({ basePath, currentPage, totalPages }: BoardPaginationP
|
||||
{t('prev')}
|
||||
</Link>
|
||||
) : (
|
||||
<span className={`${styles.paginationButton} ${styles.disabled}`} aria-disabled>
|
||||
<span className={`${styles.paginationButton} ${styles.disabled}`} aria-disabled='true'>
|
||||
{t('prev')}
|
||||
</span>
|
||||
)}
|
||||
@@ -50,7 +50,7 @@ const BoardPagination = ({ basePath, currentPage, totalPages }: BoardPaginationP
|
||||
{t('next')}
|
||||
</Link>
|
||||
) : (
|
||||
<span className={`${styles.paginationButton} ${styles.disabled}`} aria-disabled>
|
||||
<span className={`${styles.paginationButton} ${styles.disabled}`} aria-disabled='true'>
|
||||
{t('next')}
|
||||
</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user