Skip to content

Commit cfa18ec

Browse files
committed
Refactor quotes in Kanvas and Pricing sections for clarity
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent d0cca64 commit cfa18ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/sections/Kanvas/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const Kanvas = (props) => {
239239
image={Phillip} />
240240
<Catalog />
241241
<InlineQuotes
242-
quote="Do we like Kanvas? ABSOLUTELY! It addresses our primary concern of having a service mesh!"
242+
quote="Do we like Kanvas? ABSOLUTELY!"
243243
person="Alex"
244244
title="Infrastructure Engineering at Docker, Inc."
245245
image={Alex} />

src/sections/Pricing/review-slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const Reviews = () => {
185185
/>
186186
<Customers
187187
type="2"
188-
quote="Do we like Kanvas? ABSOLUTELY! It addresses our primary concern of having a service mesh!"
188+
quote="Do we like Kanvas? ABSOLUTELY!"
189189
person="Alex"
190190
title="Infrastructure Engineering at Docker, Inc."
191191
image={Alex}

0 commit comments

Comments
 (0)