Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
54nd10 committed Sep 19, 2023
1 parent 0ce9db1 commit a303d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/organisms/heros/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function HomeHero({title, button, image}: HomeHeroProps) {
return (
<div className='relative pt-24 overflow-hidden bg-white sm:pt-0'>
<Image
alt={'Train background'}
alt={'Team background'}
src={image.src}
placeholder='blur'
blurDataURL={image.blurDataURL}
Expand Down

0 comments on commit a303d13

Please sign in to comment.