Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace hard coded account nav with layout header
During development the account nav markup was copied over from the layout header component instead of using the component itself. This was probably due to time constraints. The component audits are complaining that we are including the assets for layout_header, when we are not using the component. This removes the hard coded account navigation partial and uses layout_header instead. This is technically duplicating the header, so this change is dependent on some changes in Slimmer which will conditionally reveal this layout header only when the account nav should be present.
- Loading branch information