Skip to content

Commit

Permalink
enhance: update image file format in gallery component to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
eanorambuena committed Jan 6, 2024
1 parent 71f6f9f commit 64ad068
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function gallery () {
const srcs = []
const uottahackImgs = [1, 2, 3, 4]
uottahackImgs.forEach(i => {
srcs.push(`pics/uottahack5_${i}.png`)
srcs.push(`pics/uottahack5_${i}.webp`)
})
const hackathonImgs = [1, 2]
hackathonImgs.forEach(i => {
Expand Down
Binary file removed public/pics/uottahack5_1.png
Binary file not shown.
Binary file added public/pics/uottahack5_1.webp
Binary file not shown.
Binary file removed public/pics/uottahack5_2.png
Binary file not shown.
Binary file added public/pics/uottahack5_2.webp
Binary file not shown.
Binary file removed public/pics/uottahack5_3.png
Binary file not shown.
Binary file added public/pics/uottahack5_3.webp
Binary file not shown.
Binary file removed public/pics/uottahack5_4.png
Binary file not shown.
Binary file added public/pics/uottahack5_4.webp
Binary file not shown.

0 comments on commit 64ad068

Please sign in to comment.