Skip to content

Commit 4904a89

Browse files
committed
fix
1 parent 77d6c46 commit 4904a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Courses.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export const Courses = ({ courses }: { courses: Course[] }) => {
3131
onClick={() => {
3232
if (
3333
course.title.includes('Machine Learning') ||
34-
course.title.includes('Harnoor')
34+
course.title.includes('Harnoor') ||
35+
[4, 7, 20].includes(course.id)
3536
) {
3637
router.push('https://harkirat.classx.co.in/');
3738
} else {

0 commit comments

Comments
 (0)