Skip to content

Commit

Permalink
fix: alt
Browse files Browse the repository at this point in the history
  • Loading branch information
snurfer0 committed Dec 9, 2023
1 parent 6624478 commit 76a4ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/card.banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const CardBanner: React.FC<Props> = ({ imageUrl }) => {
<figure className="relative w-full h-[250px]">
<Image
src={currentImageUrl}
alt="Shoes"
alt="banner"
layout="fill"
objectFit="cover"
onError={handleImageError}
Expand Down

0 comments on commit 76a4ad4

Please sign in to comment.