Skip to content

Commit deb4b82

Browse files
authored
Append /static to the front of the testimonial marketing card image (#1115)
1 parent ca8fe43 commit deb4b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/mit-open/src/pages/HomePage/TestimonialsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const SlickCarousel = () => {
220220
>
221221
<TestimonialCardImage>
222222
<img
223-
src={`/images/testimonial_images/testimonial-image-${MARKETING_IMAGE_IDX[idx % 6]}.png`}
223+
src={`/static/images/testimonial_images/testimonial-image-${MARKETING_IMAGE_IDX[idx % 6]}.png`}
224224
/>
225225
</TestimonialCardImage>
226226
<TestimonialCardQuote>

0 commit comments

Comments
 (0)