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 41a6f73 commit 2979e8aCopy full SHA for 2979e8a
src/Components/landingpage/partners.jsx
@@ -36,7 +36,7 @@ function Partners() {
36
<Carousel>
37
{carouselItems.map((seq, index) => (
38
<Carousel.Item key={index}>
39
- <Row>
+ <Row >
40
{seq.map((imgIndex, i) => (
41
<Col key={i} className="Partners-col">
42
<img
0 commit comments