Skip to content

Commit

Permalink
Make delay 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo authored Jan 25, 2025
1 parent 8015992 commit 728d803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/assets/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (
`;
doc.head.appendChild(script);
}
}, 5000);
}, 2000);
}
// Particles
document.addEventListener("DOMContentLoaded", event => {
Expand Down

0 comments on commit 728d803

Please sign in to comment.