Skip to content

Commit 7a52b72

Browse files
author
Priyadharshini0101
committed
responsive issue on integration pages
Signed-off-by: Priyadharshini0101 <[email protected]>
1 parent 9a2e987 commit 7a52b72

File tree

1 file changed

+1
-1
lines changed
  • src/sections/Meshery/Meshery-integrations/Individual-Integrations

1 file changed

+1
-1
lines changed

src/sections/Meshery/Meshery-integrations/Individual-Integrations/howItWork.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const HowIntegrationWorks = ({ name, howitworks, howitworksdetails, slides }) =>
232232
{howitworksdetails != null ? howitworksdetails : "The Docker Extension for Meshery extends Docker Desktop’s position as the cloud native developer’s go-to Kubernetes environment with easy access to the next layer of cloud native infrastructure: service meshes."}
233233
</p>
234234
</Col>
235-
<Col $xl={8} className="integration-section-carousel">
235+
<Col $xl={8} className="integration-section-caraousel">
236236
<Slider {...settings}>
237237
{slides.map((slide, index) => (
238238
<div key={index}>

0 commit comments

Comments
 (0)