We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d6c46 commit 4904a89Copy full SHA for 4904a89
src/components/Courses.tsx
@@ -31,7 +31,8 @@ export const Courses = ({ courses }: { courses: Course[] }) => {
31
onClick={() => {
32
if (
33
course.title.includes('Machine Learning') ||
34
- course.title.includes('Harnoor')
+ course.title.includes('Harnoor') ||
35
+ [4, 7, 20].includes(course.id)
36
) {
37
router.push('https://harkirat.classx.co.in/');
38
} else {
0 commit comments