Skip to content

Commit 0bd397c

Browse files
committed
Replace the image url to use cloudinary
1 parent 5611367 commit 0bd397c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Events/Events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const events: EventData[] = [
2424
title: 'Community Power Sessions',
2525
description:
2626
'Community members meet and share technical concepts with other members of the community.',
27-
image_url: '/images/community_sessions.jpg',
27+
image_url: 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532589/website-images/community_sessions_xsyd8d.jpg',
2828
target: 'https://www.youtube.com/channel/UC9_eVcPBk4T-DcZLHpQfy4w/videos',
2929
},
3030
{

0 commit comments

Comments
 (0)