Skip to content

Commit

Permalink
continue replacing png with webp
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Dec 19, 2024
1 parent a42eef5 commit 6b77478
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file removed frontend/public/images/List_of_Logs_Image.png
Binary file not shown.
Binary file added frontend/public/images/List_of_Logs_Image.webp
Binary file not shown.
Binary file removed frontend/public/images/forest.png
Binary file not shown.
Binary file added frontend/public/images/forest.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/src/components/home/LandingImage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Header() {
className="position-relative overflow-hidden"
style={{
height: "500px",
backgroundImage: `url('${process.env.PUBLIC_URL}/images/forest.png')`,
backgroundImage: `url('${process.env.PUBLIC_URL}/images/forest.webp')`,
backgroundSize: "cover",
backgroundPosition: "center",
backgroundRepeat: "no-repeat",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/AdminLogs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const AdminLogs = () => {
return (
<div
style={{
backgroundImage: `url(${process.env.PUBLIC_URL}/images/List_of_Logs_Image.png)`,
backgroundImage: `url(${process.env.PUBLIC_URL}/images/List_of_Logs_Image.webp)`,
backgroundSize: "cover",
backgroundPosition: "center",
width: "100%",
Expand Down

0 comments on commit 6b77478

Please sign in to comment.