fix(Nav): My Profile => Settings

This commit is contained in:
Berkeley Martinez
2018-01-01 15:21:36 -08:00
committed by mrugesh mohapatra
parent 558328aa08
commit e1c5b8a894

View File

@ -30,7 +30,7 @@ export default function SignUpButton({ showLoading, showSignUp }) {
key='user' key='user'
> >
<Link to={ onRouteSettings() }> <Link to={ onRouteSettings() }>
My Profile Settings
</Link> </Link>
</li> </li>
); );