Răsfoiți Sursa

feat: replace custom icon in LoginForm

yukendev 2 ani în urmă
părinte
comite
f9ab47c475
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      apps/app/src/components/LoginForm.tsx

+ 1 - 1
apps/app/src/components/LoginForm.tsx

@@ -276,7 +276,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
         <button type="button" className="btn btn-fill rounded-0" id={auth} onClick={handleLoginWithExternalAuth}>
         <button type="button" className="btn btn-fill rounded-0" id={auth} onClick={handleLoginWithExternalAuth}>
           <div className="eff"></div>
           <div className="eff"></div>
           <span className="btn-label">
           <span className="btn-label">
-            <i className={`fa fa-${authIconNames[auth]}`}></i>
+            <span className="growi-custom-icons align-bottom">{authIconNames[auth]}</span>
           </span>
           </span>
           <span className="btn-label-text">{t('Sign in')}</span>
           <span className="btn-label-text">{t('Sign in')}</span>
         </button>
         </button>