fix: clear all console warnings (#192)

Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
sh1luo
2021-07-25 11:10:45 +08:00
committed by GitHub
parent c632c3c307
commit 21b4e0e51d
15 changed files with 20 additions and 17 deletions

View File

@ -16,7 +16,7 @@ import {createButton} from "react-social-login-buttons";
import {StaticBaseUrl} from "../Setting";
function Icon({ width = 24, height = 24, color }) {
return <img src={`${StaticBaseUrl}/buttons/facebook.svg`} />;
return <img src={`${StaticBaseUrl}/buttons/facebook.svg`} alt="Sign in with Facebook"/>;
}
const config = {