Skip to content

Commit b4c7b90

Browse files
committed
fix: Update ITEMS_PER_PAGE constant from 25 to 24 for correct pagination
1 parent 97056ff commit b4c7b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/icons/IconBrowser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import IconActions from './IconActions';
66
import { useFavorites } from '../../hooks/useFavorites';
77

88
// Constants
9-
const ITEMS_PER_PAGE = 25;
9+
const ITEMS_PER_PAGE = 24;
1010

1111
interface IconBrowserProps {
1212
icons: Icon[];

0 commit comments

Comments
 (0)