Skip to content

Commit

Permalink
className修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamuraitsuki committed Apr 14, 2024
1 parent 478ee84 commit b68fa3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/news-page-list/news-list-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export default function NewsListSrc({ docs }: Props) {
nextLabel='' //次のページに進むボタンのテキスト
previousClassName={style.next_prev_item} // '<'の親要素(li)のクラス名
nextClassName={style.next_prev_item} //'>'の親要素(li)のクラス名
previousLinkClassName={style.noNeed} //'<'のリンクのクラス名
nextLinkClassName={style.noNeed} //'>'のリンクのクラス名
previousLinkClassName={style.next_prev_item} //'<'のリンクのクラス名
nextLinkClassName={style.next_prev_item} //'>'のリンクのクラス名
disabledClassName='disabled'
breakLabel='>>'
breakClassName={style.pageItem}
Expand Down

0 comments on commit b68fa3a

Please sign in to comment.