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

-