We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7491b86 + cc9bc9d commit 4b13abdCopy full SHA for 4b13abd
1 file changed
src/components/MissionPillars/MissionPillars.tsx
@@ -47,7 +47,7 @@ export default function MissionPillars() {
47
<div className="flex w-1/2 md:w-full">
48
<div className="w-full overflow-hidden aspect-w-4 aspect-h-3">
49
<Image
50
- src={'/images/community-image.jpg'}
+ src={'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/community-image_pkeqwj.jpg'}
51
alt="Community Image"
52
layout="fill"
53
/>
0 commit comments