Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Remove account settings and portfolio from nav bar
Browse files Browse the repository at this point in the history
It's in the myFT menu now.
  • Loading branch information
binaryberry committed Sep 23, 2019
1 parent 33b03bf commit 5bb4b49
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/n-ui/header/partials/header/nav.html
Expand Up @@ -36,14 +36,6 @@
<a class="o-header__nav-button" href="{{url}}" role="button" data-trackable="{{label}}">{{label}}</a>
</li>
{{/with}}
{{else}}
{{#unless @root.flags.accountNavOnMyft}}
{{#each @root.navigation.menus.navbar-right.items}}
<li class="o-header__nav-item">
<a class="o-header__nav-link" href="{{url}}" data-trackable="{{label}}">{{label}}</a>
</li>
{{/each}}
{{/unless}}
{{/if}}
</ul>
{{/unlessEquals}}
Expand Down

0 comments on commit 5bb4b49

Please sign in to comment.