Skip to content

Commit

Permalink
Remove unused image from home carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
S-e-b-a-s committed Sep 10, 2024
1 parent 182e266 commit a769b1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import water from "../../images/home-carousel/water.png";
import socialMedia from "../../images/home-carousel/social-media.png";
import mapProcess from "../../images/home-carousel/process-map.png";
import coexistence from "../../images/home-carousel/coexistence.png";
import brothers from "../../images/home-carousel/brothers.png";
import electricityCampaign from "../../images/home-carousel/electricity-campaign.png";
import depression from "../../images/home-carousel/depression.png";
import lockers from "../../images/home-carousel/lockers.png";
Expand All @@ -36,7 +35,6 @@ const homeImages = [
{ image: passwords },
{ image: electricityCampaign },
{ image: depression },
{ image: brothers },
{ image: coexistence },
{ image: mapProcess },
{ image: points },
Expand Down

0 comments on commit a769b1e

Please sign in to comment.