Skip to content

Commit

Permalink
Optimize images file size
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 4, 2025
1 parent 01af80d commit 6a6b6cd
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Binary file added public/images/background/sponsor-bronze.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/background/sponsor-bronze.png
Binary file not shown.
Binary file modified public/images/background/sponsor-gold.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/background/sponsor-platinum.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/background/sponsor-silver.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/background/sponsors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/background/sponsors.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Program/Program.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ProgramList from "./ProgramList";
const Program = () => {
return (
<BackgroundImage
imagePath="/images/background/sponsors.png"
imagePath="/images/background/sponsors.jpg"
className="py-12"
>
<Container size="large">
Expand Down
2 changes: 1 addition & 1 deletion src/components/SponsorList/SponsorList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const SponsorList = ({ items }: { items: SponsorProps[] }) => {
];

return (
<BackgroundImage imagePath="/images/background/sponsors.png" className="py-12">
<BackgroundImage imagePath="/images/background/sponsors.jpg" className="py-12">
<Container size="large">
<TopBanner
title="Merci à nos sponsors"
Expand Down

0 comments on commit 6a6b6cd

Please sign in to comment.