fix: live class card layout

This commit is contained in:
Jannat Patel
2023-03-09 21:40:49 +05:30
parent cb9c7966d9
commit 170b1b0dcc
4 changed files with 36 additions and 10 deletions

View File

@@ -107,7 +107,7 @@ const create_live_class = (e) => {
);
setTimeout(function () {
window.location.href = `/classes/${class_name}#live-class`;
}, 1000);
}, 2000);
},
});
};