Răsfoiți Sursa

Update InstallerForm.jsx

itizawa 6 ani în urmă
părinte
comite
1185b51469
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/client/js/components/InstallerForm.jsx

+ 1 - 1
src/client/js/components/InstallerForm.jsx

@@ -143,7 +143,7 @@ class InstallerForm extends React.Component {
 
             <div className="input-group mt-4 mb-3 d-flex justify-content-center">
               <button type="submit" className="btn-fill btn btn-success btn-register">
-                <div class="eff"></div>
+                <div className="eff"></div>
                 <span className="btn-label"><i className="icon-user-follow" /></span>
                 <span className="btn-label-text">{ this.props.t('Create') }</span>
               </button>