add step class name

uat
HOANGLAOTA 1 year ago
parent 57488db2fb
commit 864fa714d2
  1. 2
      src/_containers/RegisterPage/components/AccountType/index.js
  2. 4
      src/_containers/RegisterPage/components/UpdateInformation/index.js

@ -36,7 +36,7 @@ const AccountType = (props) => {
grade, grade,
schoolType, schoolType,
}); });
props.setStep(stepAuthConstants.STEP_UPDATE_ACCOUNT); props.setStep(stepAuthConstants.STEP_ADD_CLASS_NAME);
} }
}; };

@ -113,7 +113,7 @@ const UpdateInformation = (props) => {
<div className="sunE-custom-form register_update_info_content responsive_small_screen_margin_login"> <div className="sunE-custom-form register_update_info_content responsive_small_screen_margin_login">
<h2 className="title_register title text-center">ĐĂNG TÀI KHOẢN</h2> <h2 className="title_register title text-center">ĐĂNG TÀI KHOẢN</h2>
<h3 className="step_register_name text-center"> <h3 className="step_register_name text-center">
{`4. Cập nhật thông tin`} {`5. Cập nhật thông tin`}
</h3> </h3>
{props.popupMessageRegisterTeacher && ( {props.popupMessageRegisterTeacher && (
@ -325,7 +325,7 @@ const UpdateInformation = (props) => {
<div className="login_text text-center no_select flex-center"> <div className="login_text text-center no_select flex-center">
<p <p
onClick={() => { onClick={() => {
props.setStep(stepAuthConstants.STEP_ACCOUNT_TYPE); props.setStep(stepAuthConstants.STEP_ADD_CLASS_NAME);
}} }}
style={{ style={{
width: "fit-content", width: "fit-content",

Loading…
Cancel
Save