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

Commit

Permalink
fix: update the image
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed Feb 29, 2024
1 parent 559546f commit 2cabc69
Show file tree
Hide file tree
Showing 2 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/person_hero.webp"
src="../../../../images/migration/home/man_hero.webp"
alt="hero image"
placeholder="none"
formats={['auto', 'webp']}
Expand Down
Binary file added src/images/migration/home/man_hero.webp
Binary file not shown.

0 comments on commit 2cabc69

Please sign in to comment.