Skip to content

Commit

Permalink
Merge pull request #216 from w3bdesign/development
Browse files Browse the repository at this point in the history
Webp
  • Loading branch information
w3bdesign authored Jul 22, 2024
2 parents 2a5ad4d + b04ef55 commit 9df81ea
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed public/images/blue-hero.jpg
Binary file not shown.
Binary file removed public/images/mobilbg.jpg
Binary file not shown.
Binary file added public/images/mobilbg.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Index/Hero.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Hero = ({ content }: IContent) => (
<div
className="absolute inset-0 md:hidden bg-cover bg-center bg-no-repeat"
style={{
backgroundImage: "url('/images/mobilbg.jpg')",
backgroundImage: "url('/images/mobilbg.webp')",
top: "-0.5rem",
marginBottom: "2.5rem",
}}
Expand Down

0 comments on commit 9df81ea

Please sign in to comment.