|
@@ -407,25 +407,25 @@ function Header(props) { |
|
|
</Link> |
|
|
</Link> |
|
|
</li> |
|
|
</li> |
|
|
<li> |
|
|
<li> |
|
|
<Link className="manageUser" to={'/orgUser'}> |
|
|
|
|
|
|
|
|
<Link className="manageUser" to={'/org'}> |
|
|
<Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}> |
|
|
<Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}> |
|
|
{/* <FormattedMessage id="companyOrUserRecord" /> */} |
|
|
{/* <FormattedMessage id="companyOrUserRecord" /> */} |
|
|
<FormattedMessage id="userProfile" /> |
|
|
|
|
|
|
|
|
<FormattedMessage id="organizationProfile" /> |
|
|
</Typography> |
|
|
</Typography> |
|
|
</Link> |
|
|
</Link> |
|
|
</li> |
|
|
</li> |
|
|
<li> |
|
|
<li> |
|
|
<Link className="manageUser" to={'/user/changePassword'}> |
|
|
|
|
|
|
|
|
<Link className="manageUser" to={'/orgUser'}> |
|
|
<Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}> |
|
|
<Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}> |
|
|
<FormattedMessage id="userChangePassword" /> |
|
|
|
|
|
|
|
|
{/* <FormattedMessage id="companyOrUserRecord" /> */} |
|
|
|
|
|
<FormattedMessage id="userProfile" /> |
|
|
</Typography> |
|
|
</Typography> |
|
|
</Link> |
|
|
</Link> |
|
|
</li> |
|
|
</li> |
|
|
<li> |
|
|
<li> |
|
|
<Link className="manageUser" to={'/org'}> |
|
|
|
|
|
|
|
|
<Link className="manageUser" to={'/user/changePassword'}> |
|
|
<Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}> |
|
|
<Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}> |
|
|
{/* <FormattedMessage id="companyOrUserRecord" /> */} |
|
|
|
|
|
<FormattedMessage id="organizationProfile" /> |
|
|
|
|
|
|
|
|
<FormattedMessage id="userChangePassword" /> |
|
|
</Typography> |
|
|
</Typography> |
|
|
</Link> |
|
|
</Link> |
|
|
</li> |
|
|
</li> |
|
|