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

Commit

Permalink
fix: update photo
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 2cabc69 commit 8530b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/pages/home/hero/hero-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import { hero_img } from './styles.module.scss'

const HeroImage = () => {
return (
<div className={clsx('absolute inset-50 flex items-end -z-100', hero_img)}>
<div className={clsx('absolute inset-50 flex items-end -z-10', hero_img)}>
<StaticImage
src="../../../../images/migration/home/man_hero.webp"
src="../../../../images/migration/home/hero_human.png"
alt="hero image"
placeholder="none"
formats={['auto', 'webp']}
formats={['auto', 'png']}
loading="eager"
/>
</div>
Expand Down
Binary file added src/images/migration/home/hero_human.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8530b39

Please sign in to comment.