Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: fix the photo resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed Feb 28, 2024
1 parent 2e02533 commit e59d32b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/pages/home/hero/hero-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const HeroImage = () => {
return (
<div className={clsx('absolute inset-50 flex items-end -z-100', hero_img)}>
<StaticImage
src="../../../../images/migration/home/home_hero.webp"
src="../../../../images/migration/home/home_hero.png"
alt="hero image"
placeholder="none"
formats={['auto', 'webp']}
Expand Down
Binary file added src/images/migration/home/home_hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/migration/home/home_hero.webp
Binary file not shown.
Binary file removed src/images/migration/home/home_hero_new.png
Binary file not shown.
Empty file added test.tsx
Empty file.

0 comments on commit e59d32b

Please sign in to comment.