Skip to content

Commit

Permalink
Merge pull request #108 from acm-ucr/acm-ucr/images_960d0d0bb5f60397
Browse files Browse the repository at this point in the history
Update Images to Webp
  • Loading branch information
Simon-Cun authored Feb 1, 2025
2 parents 0bb7b31 + 21428a8 commit 5f6d694
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed public/about/lantern.png
Binary file not shown.
Binary file added public/about/lantern.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/about/RightLantern.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Image from "next/image";
import lantern from "@/public/about/lantern.png";
import lantern from "@/public/about/lantern.webp";

const RightLantern = () => {
return (
Expand Down

0 comments on commit 5f6d694

Please sign in to comment.