Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 7c4f1bf

Browse files
committed
Fix account settings link
1 parent 9b577aa commit 7c4f1bf

File tree

2 files changed

+34
-27
lines changed

2 files changed

+34
-27
lines changed

package-lock.json

Lines changed: 32 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/components/Aside.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,10 @@ const Aside = class extends Component {
327327
<img width={15} className="mr-2" src="/images/icons/aside/features.svg"/>
328328
Product Roadmap
329329
</a>
330-
331-
{/*todo: need to add correct link here*/}
332-
<NavLink
330+
<NavLink
333331
id="account-settings-link"
334332
className="aside__nav-item hidden-sm-up"
335-
to={`/project/${this.props.projectId}/environment/${this.props.environmentId}/organisation-settings`}
333+
to={`/project/${this.props.projectId}/environment/${this.props.environmentId}/account`}
336334
>
337335
<img width={15} className="mr-2" src="/images/icons/aside/user-white.svg"/>
338336
Account Settings

0 commit comments

Comments
 (0)