maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Warning on redundant attribute in Nav component #23

Closed maxlemieux closed 4 years ago

maxlemieux commented 4 years ago

When running the application with 'npm start' the following appears in console:

[1] ./src/components/Nav/index.js [1] Line 32:9: Redundant alt attribute. Screen-readers already announce img tags as an image. You don’t need to use the words image, photo, or picture (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt

ianbenjohn commented 4 years ago

This Issue has been obliterated