Skip to content

Commit

Permalink
fix(lib/partner.js): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
riadhmouamnia committed Nov 22, 2023
1 parent fd8d466 commit 9f78b41
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 @@ -47,7 +47,7 @@ exports[`rend correctement 1`] = `
</div>
<div>
<img
alt="ecoHarbor"
alt="ecoharbor"
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 @@ -2,7 +2,7 @@ import allgood from "public/images/allgood.png";
import brightglobe from "public/images/brightglobe.png";
import compassioncrafter from "public/images/compassioncrafter.png";
import dreamcatcher from "public/images/dreamcatcher.png";
import ecoHarbor from "public/images/ecoHarbor.png";
import ecoharbor from "public/images/ecoharbor.png";
import empowerus from "public/images/empowerus.png";
import generosityhub from "public/images/generosityhub.png";
import globalcare from "public/images/globalcare.png";
Expand All @@ -16,7 +16,7 @@ import unitytechsolutions from "public/images/unitytechsolutions.png";
const partner = [
[
{ id: 1, name: "brightglobe", image: brightglobe },
{ id: 2, name: "ecoHarbor", image: ecoHarbor },
{ id: 2, name: "ecoharbor", image: ecoharbor },
{ id: 3, name: "harmony", image: harmony },
{ id: 4, name: "globalcare", image: globalcare },
{ id: 5, name: "helpinghands", image: helpinghands },
Expand Down

0 comments on commit 9f78b41

Please sign in to comment.