Skip to content

Commit

Permalink
fixed application steps title
Browse files Browse the repository at this point in the history
relates #196
  • Loading branch information
alidah0 committed Jun 10, 2020
1 parent 0f9caa8 commit 040ce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/pages/application/Steps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Steps = ({ userId, fullName }) => {
return (
<div className="Container_page">
<Helmet>
<title>Application Stseps</title>
<title>Application Steps</title>
</Helmet>

<img src={backGround} alt="backGround" className="backGround" />
Expand Down

0 comments on commit 040ce80

Please sign in to comment.