From ab20e64012fdbbb61e7dddff17f760be29c34324 Mon Sep 17 00:00:00 2001 From: qt-coder Date: Mon, 5 Jul 2021 18:04:21 +0800 Subject: [PATCH] Fixed key error --- components/Testimonials/Testimonials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Testimonials/Testimonials.js b/components/Testimonials/Testimonials.js index f00101c..93eae57 100644 --- a/components/Testimonials/Testimonials.js +++ b/components/Testimonials/Testimonials.js @@ -161,7 +161,7 @@ export default function GridBlurredBackdrop() { mt={16} mx={'auto'}> {testimonials.map((cardInfo, index) => ( - + ))}