-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for layout header component
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. To fix this problem, we are removing the hard coded account navigation from static, and using the layout header component in its place. That would technically be duplicating the header, so these changes are here to ensure that the layout header is conditionally revealed only when the account is enabled and the account nav should be present.
- Loading branch information
1 parent
6e082a9
commit 971af9a
Showing
2 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters