fix: minor UI

This commit is contained in:
Jannat Patel
2022-08-30 12:50:26 +05:30
parent 7a7bc3e0db
commit b3a9274cd3
5 changed files with 48 additions and 38 deletions

View File

@@ -67,7 +67,7 @@ const join_course = (e) => {
}, 3);
setTimeout(function () {
window.location.href = `/courses/${course}/learn/1.1`;
}, 3000);
}, 1000);
}
}
})