Skip to content

Commit c1fd222

Browse files
danlexclaude
andcommitted
Change pagination to 21 per page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8275d83 commit c1fd222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4798,7 +4798,7 @@ <h1>GPU Particle Animations</h1>
47984798
// ==========================================
47994799
// PAGINATION + FILTERING
48004800
// ==========================================
4801-
const PER_PAGE = 20;
4801+
const PER_PAGE = 21;
48024802
const urlParams = new URLSearchParams(window.location.search);
48034803
let currentPage = parseInt(urlParams.get('page')) || 1;
48044804
let currentFilter = urlParams.get('filter') || 'all';

0 commit comments

Comments
 (0)