Skip to content

Commit 4b13abd

Browse files
authored
Merge pull request #124 from JamesMGithire/#118-Serve-Images-from-CDN
🔧 fix: Changed Communit image src to CDN
2 parents 7491b86 + cc9bc9d commit 4b13abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MissionPillars/MissionPillars.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function MissionPillars() {
4747
<div className="flex w-1/2 md:w-full">
4848
<div className="w-full overflow-hidden aspect-w-4 aspect-h-3">
4949
<Image
50-
src={'/images/community-image.jpg'}
50+
src={'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/community-image_pkeqwj.jpg'}
5151
alt="Community Image"
5252
layout="fill"
5353
/>

0 commit comments

Comments
 (0)