Skip to content

Commit db1228e

Browse files
Merge pull request #7107 from SplinterSword/missingSocialProof
Added Fix for Reviews and Social Proof not showing in production
2 parents b768de4 + 5e100ab commit db1228e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/sections/Pricing/review-slider.js

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ max-width: 100%;
7575
margin: 0 1rem;
7676
}
7777
}
78+
.slick-initialized .slick-slide {
79+
display: block;
80+
visibility: visible;
81+
opacity: 1;
82+
}
7883
7984
`;
8085

@@ -171,12 +176,12 @@ const Reviews = () => {
171176
image={Maxi}
172177
/>
173178
{/* <Customers
174-
type="3"
175-
quote="A sophisticated, but simply communicated value-performance index, MeshMark, redefines efficiency utilization, bringing business, application, and infrastructure KPIs under a single unit of measure."
176-
person="Lee Calcote"
177-
title="Founder and CEO of Layer5, and Co-Chair of the CNCF TAG Network"
178-
image={Lee}
179-
/> */}
179+
type="3"
180+
quote="A sophisticated, but simply communicated value-performance index, MeshMark, redefines efficiency utilization, bringing business, application, and infrastructure KPIs under a single unit of measure."
181+
person="Lee Calcote"
182+
title="Founder and CEO of Layer5, and Co-Chair of the CNCF TAG Network"
183+
image={Lee}
184+
/> */}
180185
<Customers
181186
type="3"
182187
quote="The Meshery Docker Extension offers an easy button to go from Docker Compose to Kubernetes to any service mesh."

0 commit comments

Comments
 (0)