Skip to content

Commit

Permalink
fixed steps title
Browse files Browse the repository at this point in the history
  • Loading branch information
alidah0 committed Jun 9, 2020
1 parent 420ac5a commit dd4295a
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>Steps</title>
<title>Application Stseps</title>
</Helmet>

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

0 comments on commit dd4295a

Please sign in to comment.