Skip to content

Commit

Permalink
Fix regressions from c91aa3a
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Jul 12, 2023
1 parent 252866f commit 99714f5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ const Selfies = "https://images.clothingloop.org/768x/selfies.jpg";
const SfmLogo = "https://images.clothingloop.org/160x/sfm_logo.png";
const CollActionLogo =
"https://images.clothingloop.org/208x/logo_collaction.png";
const ImpactHubLogo =
"https://images.clothingloop.org/600x,jpeg/logo_impacthub.svg";
const EssenseLogo =
"https://images.clothingloop.org/208x,jpeg/essense_logo.svg";
const ImpactHubLogo = "https://images.clothingloop.org/600x/logo_impacthub.svg";
const EssenseLogo = "https://images.clothingloop.org/208x/essense_logo.svg";
const WdcdLogo = "https://images.clothingloop.org/160x,jpeg/logo_wdcd.png";
const DoenLogo =
"https://images.clothingloop.org/160x/npl_buurtfonds_logo_2023.png";
const PNHLogo = "https://images.clothingloop.org/208x,jpeg/pnh_logo.png";
const PNHLogo = "https://images.clothingloop.org/208x/pnh_logo.png";
const MEAXLogo = "https://images.clothingloop.org/208x/meax_logo.png";

interface Supporter {
Expand Down

0 comments on commit 99714f5

Please sign in to comment.