Skip to content

Commit

Permalink
fix(spotlight-img): remove alt text from Next.js images
Browse files Browse the repository at this point in the history
Temporary fix until vercel/next.js#18761 is fixed.
  • Loading branch information
nicholaschiang committed Nov 6, 2020
1 parent 8cf1bea commit 60fdca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/spotlight-msg/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export default function SpotlightMsg({
width={645}
height={485}
className={styles.featureSpotlightMediaImg}
alt={body}
src={img}
alt=''
/>
</div>
</div>
Expand Down

0 comments on commit 60fdca1

Please sign in to comment.