Skip to content

Commit

Permalink
Use .webp
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoder committed Jan 11, 2024
1 parent fd3f046 commit 37b6493
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file removed public/nonprofits/1951-coffee-company.jpg
Binary file not shown.
Binary file added public/nonprofits/1951-coffee-company.webp
Binary file not shown.
Binary file removed public/nonprofits/coming-soon.jpeg
Binary file not shown.
Binary file added public/nonprofits/coming-soon.webp
Binary file not shown.
Binary file removed public/nonprofits/dancing-cat.jpeg
Binary file not shown.
Binary file added public/nonprofits/dancing-cat.webp
Binary file not shown.
Binary file removed public/nonprofits/street-soccer.jpeg
Binary file not shown.
Binary file added public/nonprofits/street-soccer.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions src/components/NonProfits.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,28 @@ import NonProfit from './NonProfit.astro';
<NonProfit
name="The Dancing Cat"
description="Animal rescue organization dedicated to saving at-risk cats from the San Jose Animal Care Center"
image="/nonprofits/dancing-cat.jpeg"
image="/nonprofits/dancing-cat.webp"
startColor="rgba(128, 211, 241, 0.3)"
endColor="rgba(128, 211, 241, 1)"
/>
<NonProfit
name="Coming soon..."
description="This amazing nonprofit will be announced soon!"
image="/nonprofits/coming-soon.jpeg"
image="/nonprofits/coming-soon.webp"
startColor="rgba(120, 120, 120, 0.3)"
endColor="rgba(120, 120, 120, 1)"
/>
<NonProfit
name="Coming soon..."
description="This amazing nonprofit will be announced soon!"
image="/nonprofits/coming-soon.jpeg"
image="/nonprofits/coming-soon.webp"
startColor="rgba(120, 120, 120, 0.3)"
endColor="rgba(120, 120, 120, 1)"
/>
<NonProfit
name="Coming soon..."
description="This amazing nonprofit will be announced soon!"
image="/nonprofits/coming-soon.jpeg"
image="/nonprofits/coming-soon.webp"
startColor="rgba(120, 120, 120, 0.3)"
endColor="rgba(120, 120, 120, 1)"
/>
Expand Down

0 comments on commit 37b6493

Please sign in to comment.