FIX the moving shapes in the footer

This commit is contained in:
Antoine M 2025-09-24 16:26:58 +02:00
parent 8ad5e09694
commit b346ef4c08

View File

@ -3,5 +3,5 @@ import initFooterShapes from './footer';
window.addEventListener('load', function () {
// menuInit();
// initFooterShapes();
initFooterShapes();
});