Skip to content

Commit

Permalink
fix(lib/partner.js): fix shareJoy image import
Browse files Browse the repository at this point in the history
  • Loading branch information
riadhmouamnia committed Nov 22, 2023
1 parent 9f78b41 commit f8f7788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ exports[`rend correctement 1`] = `
<div>
<div>
<img
alt="shareJoy"
alt="sharejoy"
className="object-cover w-32 bg-black/5 px-1 rounded-md"
data-nimg="1"
decoding="async"
Expand Down
4 changes: 2 additions & 2 deletions src/lib/partner.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import globalcare from "public/images/globalcare.png";
import harmony from "public/images/harmony.png";
import helpinghands from "public/images/helpinghands.png";
import hopeharbor from "public/images/hopeharbor.png";
import shareJoy from "public/images/shareJoy.png";
import sharejoy from "public/images/sharejoy.png";
import togethertech from "public/images/togethertech.png";
import unitytechsolutions from "public/images/unitytechsolutions.png";

Expand All @@ -24,7 +24,7 @@ const partner = [
{ id: 7, name: "compassioncrafter", image: compassioncrafter },
],
[
{ id: 8, name: "shareJoy", image: shareJoy },
{ id: 8, name: "sharejoy", image: sharejoy },
{ id: 9, name: "empowerus", image: empowerus },
{ id: 10, name: "allgood", image: allgood },
{ id: 11, name: "generosityhub", image: generosityhub },
Expand Down

0 comments on commit f8f7788

Please sign in to comment.