Skip to content

Commit 10c9b7f

Browse files
authored
Merge pull request #120 from isaack-njama/add-image
replaced image path cloudinary url [Fixes #118]
2 parents 4cb1a96 + 9f7873d commit 10c9b7f

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
@@ -16,7 +16,7 @@ const events: EventData[] = [
1616
title: 'Weekly Online Standups',
1717
description:
1818
'Weekly open calls in the community’s Telegram group discussing industry-related topics.',
19-
image_url: '/images/weekly_standups.jpg',
19+
image_url: 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532589/website-images/weekly_standups_lg3rth.jpg',
2020
target: 'https://bit.ly/joinreactdevske',
2121
},
2222
{

0 commit comments

Comments
 (0)