Skip to content

Commit 22319b7

Browse files
committed
chore: change css class name to fix typo "caraousel"
Signed-off-by: Bharath Valaboju <69413757+Bharath314@users.noreply.github.com>
1 parent 688222c commit 22319b7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/sections/Meshery/Features-section/features-section.style.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const FeaturesSectionWrapper = styled.section`
108108
}
109109
}
110110
111-
.smp-section-caraousel {
111+
.smp-section-carousel {
112112
.slick-slider {
113113
max-height: 520px;
114114
.slick-list {
@@ -166,7 +166,7 @@ const FeaturesSectionWrapper = styled.section`
166166
}
167167
168168
@media screen and (max-width: 1600px) {
169-
.smp-section .smp-section-caraousel .slick-slider {
169+
.smp-section .smp-section-carousel .slick-slider {
170170
.slick-list {
171171
max-width: 38rem;
172172
}
@@ -197,7 +197,7 @@ const FeaturesSectionWrapper = styled.section`
197197
}
198198
}
199199
200-
.smp-section-caraousel .slick-slider {
200+
.smp-section-carousel .slick-slider {
201201
.slick-list {
202202
max-width: 80%;
203203
margin: 2rem auto;
@@ -213,7 +213,7 @@ const FeaturesSectionWrapper = styled.section`
213213
@media screen and (max-width: 960px) {
214214
padding-bottom: 0rem;
215215
margin-bottom: 4rem;
216-
.smp-section .smp-section-caraousel .slick-slider .slick-list {
216+
.smp-section .smp-section-carousel .slick-slider .slick-list {
217217
.slick-slide {
218218
img {
219219
max-height: 16rem;
@@ -226,7 +226,7 @@ const FeaturesSectionWrapper = styled.section`
226226
.smp-section {
227227
max-width: 95%;
228228
229-
.smp-section-caraousel .slick-slider {
229+
.smp-section-carousel .slick-slider {
230230
.slick-list {
231231
max-width: 85%;
232232
margin: 2rem 0;
@@ -247,7 +247,7 @@ const FeaturesSectionWrapper = styled.section`
247247
.smp-section {
248248
max-width: 95%;
249249
250-
.smp-section-caraousel .slick-slider {
250+
.smp-section-carousel .slick-slider {
251251
.slick-list {
252252
max-width: 80%;
253253
.slick-slide {

src/sections/Meshery/Features-section/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const FeaturesSection = () => {
6969
through intuitive visual designer and operator.
7070
</p>
7171
</Col>
72-
<Col $xs={12} $xl={8} className="smp-section-caraousel">
72+
<Col $xs={12} $xl={8} className="smp-section-carousel">
7373
<Slider {...settings}>
7474
<div>
7575
<img src={Slide1} alt="Slide 1" />

0 commit comments

Comments
 (0)