Skip to content

Commit 0a4fb90

Browse files
author
Vivek Vishal
authored
fix failing build
Signed-off-by: GitHub <[email protected]>
1 parent 7b187b1 commit 0a4fb90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sections/Kanvas/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import Phillip from "../../sections/Pricing/reviews/phillip-ulberg.jpeg";
3636
import Alex from "../../sections/Pricing/reviews/alex-hokanson.jpeg";
3737
import TeaserModal from "../../components/TeaserModal";
3838
import GuyM from "./images/guym.jpg";
39-
import Abdechakour from "../../sections/Pricing/reviews/abdechakour-h.jpg";
39+
import Abdechakour from "../../sections/Pricing/reviews/abdechakour-h.jpeg";
4040

4141

4242
const Kanvas = (props) => {
@@ -290,7 +290,7 @@ const Kanvas = (props) => {
290290
quote="Wow, just tried Kanvas and it's exactly what I needed! Dragging that Helm chart was so smooth, and the smart features really caught my attention. Definitely sharing this with my dev team before everyone else discovers it!"
291291
person="Abdechakour Hrouchan"
292292
title="Software Engineer at Atlas Cloud Services"
293-
image={Abdechakour} />
293+
image={Abdechakour} />
294294
</Container>
295295
</div>
296296
<>

src/sections/Pricing/review-slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Patrick from "./reviews/patrick-steinig.jpeg";
1818
import Hein from "./reviews/hein.webp";
1919
import Anusha from "./reviews/anusha.png";
2020
import Louie from "./reviews/louie-corbo.jpeg";
21-
import Abdechakour from "./reviews/abdechakour-h.jpg"
21+
import Abdechakour from "./reviews/abdechakour-h.jpeg";
2222

2323
const settings = {
2424
dots: false,

0 commit comments

Comments
 (0)