] |
- //
- // These page buttons are hidden on narrow screens
- 'hidden',
- // For slightly wider screens, they are shown in a horizontal row
- 'md:flex md:items-center md:justify-center md:gap-x-2',
- // when visible, this element should stretch to fill available space
- 'md:grow',
- )}
- >
- {pageNumbers.map((page, idx) => (
-