diff --git a/src/components/Testimonials.js b/src/components/Testimonials.js index 05b15c4..425fc03 100644 --- a/src/components/Testimonials.js +++ b/src/components/Testimonials.js @@ -3,8 +3,8 @@ import PropTypes from 'prop-types' const Testimonials = ({ testimonials }) => (
- {testimonials.map(testimonial => ( -
+ {testimonials.map((testimonial,index) => ( +
{testimonial.quote}