Skip to content

Commit

Permalink
fix(landing): add alt prop to image
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceoq committed Jan 3, 2024
1 parent 4825a46 commit 8d20678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/newsletter-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const NewsletterSection = () => {
<Box sx={styles.imageContainer}>
<Image
src={'/images/landing.png'}
alt=""
alt="Image of the VTEX store environment"
fill
style={{
width: '100%',
Expand Down

0 comments on commit 8d20678

Please sign in to comment.