We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5e8a6 commit c58fd6eCopy full SHA for c58fd6e
src/pages/Home/Components/Collaborate.js
@@ -89,8 +89,8 @@ const Collaborate = () => {
89
/>
90
<Row className="about-card-container">
91
{collaborationMethods.map((ele, index) => (
92
- <Col sm={6} md={4} lg={3} className="collaborate-card-container">
93
- <CollaborateCard {...ele} key={index} />
+ <Col key={index} sm={6} md={4} lg={3} className="collaborate-card-container">
+ <CollaborateCard {...ele} />
94
</Col>
95
))}
96
</Row>
0 commit comments