Fix Filter-menu
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s

This commit is contained in:
Camilledenoray 2026-06-05 16:45:55 +02:00
parent 5d6fa47606
commit d20952d2fb
8 changed files with 73 additions and 48 deletions

View file

@ -1,4 +1,4 @@
const allProjects = document.querySelectorAll(".projects-index li");
const allProjects = document.querySelectorAll(".projects-index li.project");
function selectProject(slug) {
if (!slug) {