DEV Community

Discussion on: Add Google Login to your React Apps in 10 mins

Collapse
 
olsard profile image
olsard • Edited

Great! Thanks for sharing.
There is a little issue with google icon in /public folder.
It could be moved into /src instead

import GoogleIcon from '../assets/icons/google.svg';
<img src={GoogleIcon} alt="google login" className="icon" />