Skip to content

Commit 5f27085

Browse files
committed
v2.0
1 parent 1c43998 commit 5f27085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Page/ResoucesHub/Courseslist.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ const CoursesList = () => {
425425

426426
const interval = setInterval(() => {
427427
setShuffledCourses(shuffleArray(courses));
428-
}, 9000);
428+
}, 5000);
429429

430430
// Cleanup interval on component unmount
431431
return () => clearInterval(interval);

0 commit comments

Comments
 (0)