Fixed key error
This commit is contained in:
parent
074709b607
commit
ab20e64012
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ export default function GridBlurredBackdrop() {
|
||||||
mt={16}
|
mt={16}
|
||||||
mx={'auto'}>
|
mx={'auto'}>
|
||||||
{testimonials.map((cardInfo, index) => (
|
{testimonials.map((cardInfo, index) => (
|
||||||
<TestmonialCard {...cardInfo} index={index} />
|
<TestmonialCard {...cardInfo} key={index} />
|
||||||
))}
|
))}
|
||||||
</SimpleGrid>
|
</SimpleGrid>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|
Loading…
Reference in a new issue