Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed missing img alt attribute warning #32

Closed
wants to merge 2 commits into from
Closed

fixed missing img alt attribute warning #32

wants to merge 2 commits into from

Conversation

dulajdanu
Copy link

@dulajdanu dulajdanu commented Mar 13, 2019

fixes #31
fixed by adding alt attribute in line 48 in the LoginwithGoogle.js file
<img className="google_login" alt = "google login" src={require('../public/images/gmail_login.png')} style={{width:"200px"}} onClick={() => imageClick()} />

@dulajdanu dulajdanu closed this Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

missing image alt attribute in LoginwithGoogle.js
1 participant