-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add header #4289
Add header #4289
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Frontend code looks good, just a couple of things. Will wait to approve pending a BE review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backend approved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Frontend looks good to me 👍
This keeps the breadcrumbs in the sub header with the dark background. Otherwise, the breadcrumbs render above the sub header on a white background. On a separate note, due to the current absence of a content item, I've used Hash.new as the content item to prevent the breadcrumb component from erroring. Additionally, due to the current absence of a content item, both sets of breadcrumbs will currently render; this will be resolved once we pass through the content item.
What
This PR adds the landing page header. It is dependent on PR #4284 in the components gem being released.
Why
Trello card