Skip to content

Commit f40351b

Browse files
committed
dev
1 parent 0b0aefd commit f40351b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Page/OpportunitiesHub/BootcampsList.jsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,17 @@ const bootcamp = [
140140
poster: '/assets/Courses/AngelaFullStackDev.png',
141141
shareLink: '#complete-full-stack-web-development-bootcamp',
142142
},
143-
{
144-
organizer: 'Udemy',
145-
title: 'Complete Python Pro Bootcamp',
146-
duration: '52 hours',
147-
level: 'Intermediate',
148-
skills: ['Python', 'Backend', 'Data Science', 'Machine Learning', 'Paid'],
149-
applyLink:
150-
'https://www.udemy.com/share/103IHM3@PpzlFKvoy_U8C44nS4mcr3ctFo9qRxCWrgOqCDeXLdFS6ybdfqRrtt4QuxJwC5Rhdw==/',
151-
poster: '/assets/Courses/AngelaPython.png',
152-
shareLink: '#complete-python-pro-bootcamp',
153-
},
143+
// {
144+
// organizer: 'Udemy',
145+
// title: 'Complete Python Pro Bootcamp',
146+
// duration: '52 hours',
147+
// level: 'Intermediate',
148+
// skills: ['Python', 'Backend', 'Data Science', 'Machine Learning', 'Paid'],
149+
// applyLink:
150+
// 'https://www.udemy.com/share/103IHM3@PpzlFKvoy_U8C44nS4mcr3ctFo9qRxCWrgOqCDeXLdFS6ybdfqRrtt4QuxJwC5Rhdw==/',
151+
// poster: '/assets/Courses/AngelaPython.png',
152+
// shareLink: '#complete-python-pro-bootcamp',
153+
// },
154154
];
155155

156156
const StyledbootcampCard = styled.div`

0 commit comments

Comments
 (0)