Skip to content

Commit

Permalink
fix LoginComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnhan90 committed Nov 7, 2023
1 parent 7b7584c commit 8f7af49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/LoginSteps/LoginComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const LoginComponent = ({ onChange, setPhone }: StepType) => {
<div className="hint-text6">
This is a hint text to help user.
</div>

</div>
</div>
<div className="hint-text7">
Expand All @@ -122,3 +123,7 @@ const LoginComponent = ({ onChange, setPhone }: StepType) => {
};

export default LoginComponent;




0 comments on commit 8f7af49

Please sign in to comment.