-
Notifications
You must be signed in to change notification settings - Fork 3
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
added stylized header to other pages #52
Conversation
src/app/components/Header/Header.tsx
Outdated
heroSubheader: `Find out how DIBBs products can help empower your jurisdiction with more usable data.`, | ||
}, | ||
'/case-studies': { | ||
heroClass: 'homepage-hero', |
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.
I noticed that the image used by the hero component is different in the designs depending on which page you're looking at. Is this something we want to tackle now or return to later?
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.
I didn't realize they were different in the mockups....fixed!
Add stylized header for the remaining pages.
Added a default style for the nav bar.