Skip to content

Commit 2979e8a

Browse files
committed
updated
1 parent 41a6f73 commit 2979e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/landingpage/partners.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function Partners() {
3636
<Carousel>
3737
{carouselItems.map((seq, index) => (
3838
<Carousel.Item key={index}>
39-
<Row>
39+
<Row >
4040
{seq.map((imgIndex, i) => (
4141
<Col key={i} className="Partners-col">
4242
<img

0 commit comments

Comments
 (0)