From f9325b907c399721138259d684b83b60322d4633 Mon Sep 17 00:00:00 2001 From: plebeius Date: Mon, 23 Feb 2026 19:00:54 +0800 Subject: [PATCH] fix(a11y): add translated aria-label for pagination, aria-label for close button --- src/components/board-pagination/board-pagination.tsx | 2 +- src/components/boardsbar-edit-modal/boardsbar-edit-modal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/board-pagination/board-pagination.tsx b/src/components/board-pagination/board-pagination.tsx index 09ec0bfa..6f26764b 100644 --- a/src/components/board-pagination/board-pagination.tsx +++ b/src/components/board-pagination/board-pagination.tsx @@ -87,7 +87,7 @@ const BoardPagination = ({ basePath, currentPage, totalPages, footerStyle = fals const href = pageHref(page); const isCurrent = page === currentPage; return isCurrent ? ( - + {page} ) : ( diff --git a/src/components/boardsbar-edit-modal/boardsbar-edit-modal.tsx b/src/components/boardsbar-edit-modal/boardsbar-edit-modal.tsx index 2dbcbdab..8b660a44 100644 --- a/src/components/boardsbar-edit-modal/boardsbar-edit-modal.tsx +++ b/src/components/boardsbar-edit-modal/boardsbar-edit-modal.tsx @@ -117,7 +117,7 @@ const BoardsBarEditModal = () => {

Custom Board List

-