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

Commit

Permalink
fix: improve resolution of image
Browse files Browse the repository at this point in the history
  • Loading branch information
agrim-deriv committed Feb 27, 2024
1 parent 5264a6a commit 2e02533
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/pages/home/hero/hero-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { hero_img } from './styles.module.scss'

const HeroImage = () => {
return (
<div className={clsx('absolute inset-50 flex items-end -z-10', hero_img)}>
<div className={clsx('absolute inset-50 flex items-end -z-100', hero_img)}>
<StaticImage
src="../../../../images/migration/home/home_hero_new.webp"
src="../../../../images/migration/home/home_hero.webp"
alt="hero image"
placeholder="none"
formats={['auto', 'webp']}
Expand Down
Binary file added src/images/migration/home/home_hero.webp
Binary file not shown.
Binary file removed src/images/migration/home/home_hero_new.webp
Binary file not shown.

0 comments on commit 2e02533

Please sign in to comment.