Skip to content

Commit 728d803

Browse files
authored
Make delay 2 seconds
1 parent 8015992 commit 728d803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/assets/js/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (
5454
`;
5555
doc.head.appendChild(script);
5656
}
57-
}, 5000);
57+
}, 2000);
5858
}
5959
// Particles
6060
document.addEventListener("DOMContentLoaded", event => {

0 commit comments

Comments
 (0)