add flocking pkg/
This commit is contained in:
@@ -27,7 +27,7 @@ window.addEventListener('scroll', () => {
|
||||
const filterChips = document.querySelectorAll('.filter-chip');
|
||||
const projectCards = document.querySelectorAll('#project-grid .project-card');
|
||||
const seeMoreButton = document.querySelector('#projects-see-more');
|
||||
const DEFAULT_VISIBLE_PROJECTS = 8;
|
||||
const DEFAULT_VISIBLE_PROJECTS = 9;
|
||||
|
||||
if (filterChips.length > 0 && projectCards.length > 0) {
|
||||
let selectedFilter = 'all';
|
||||
|
||||
Reference in New Issue
Block a user