Skip to content

Commit

Permalink
fix image convert to jpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Jul 12, 2023
1 parent 1649de5 commit c91aa3a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ 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,jpg/logo_impacthub.svg";
const EssenseLogo = "https://images.clothingloop.org/208x,jpg/essense_logo.svg";
const WdcdLogo = "https://images.clothingloop.org/160x,jpg/logo_wdcd.png";
"https://images.clothingloop.org/600x,jpeg/logo_impacthub.svg";
const EssenseLogo =
"https://images.clothingloop.org/208x,jpeg/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,jpg/pnh_logo.png";
const PNHLogo = "https://images.clothingloop.org/208x,jpeg/pnh_logo.png";
const MEAXLogo = "https://images.clothingloop.org/208x/meax_logo.png";

interface Supporter {
Expand Down Expand Up @@ -207,7 +208,7 @@ export default function Home() {
}`}
>
<img
src="https://images.clothingloop.org/600x,jpg/map_image_3.png"
src="https://images.clothingloop.org/600x,jpeg/map_image_3.png"
alt="map"
/>
</Link>
Expand Down Expand Up @@ -274,7 +275,7 @@ export default function Home() {
playsInline
className="object-cover object-top w-full max-h-[600px]"
title="pages of the impact report"
poster="https://images.clothingloop.org/x768,jpg/impact_rapport_preview.png"
poster="https://images.clothingloop.org/x768,jpeg/impact_rapport_preview.png"
>
<source
src="https://images.clothingloop.org/original/impact_rapport.webm"
Expand Down

0 comments on commit c91aa3a

Please sign in to comment.