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

Loading…
Cancel
Save