Skip to content

Commit

Permalink
Merge pull request #189 from acm-ucr/acm-ucr/images_db4361b5478f404f
Browse files Browse the repository at this point in the history
Update Images to Webp
  • Loading branch information
seanquiambao authored Aug 16, 2024
2 parents 271b8bc + 156f02a commit f0a88e0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed public/images/mobilelanding.png
Binary file not shown.
Binary file added public/images/mobilelanding.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/home/Landing.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";
import Image from "next/image";
import landing from "@/public/images/landing.webp";
import mobileLanding from "@/public/images/mobilelanding.png";
import mobileLanding from "@/public/images/mobilelanding.webp";
import useView from "@/components/useView";

const Landing = () => {
Expand Down

0 comments on commit f0a88e0

Please sign in to comment.