Skip to content

Commit

Permalink
fix(): swap pngs with webp
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Dec 25, 2024
1 parent 1a35730 commit 3868bed
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed public/logos/automatio.ai.png
Binary file not shown.
Binary file added public/logos/automatio.ai.webp
Binary file not shown.
Binary file removed public/logos/zaparoo.png
Binary file not shown.
Binary file added public/logos/zaparoo.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/Companies/Companies.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ const logos = [
{
link: 'https://automatio.ai',
description: 'Automatio AI',
logo: '/logos/automatio.ai.png',
logo: '/logos/automatio.ai.webp',
},
{
link: 'https://zaparoo.org/',
description: 'Zaparoo',
logo: '/logos/zaparoo.png',
logo: '/logos/zaparoo.webp',
}
]
Expand Down

0 comments on commit 3868bed

Please sign in to comment.