-
Notifications
You must be signed in to change notification settings - Fork 1
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
LA County case studies page layout #56
Conversation
@@ -29,7 +29,7 @@ export default function CaseStudies() { | |||
data pipeline that automatically processes and enriches eCR data | |||
to improve downstream data analysis and case investigation. | |||
</Text> | |||
<LinkButton variant="primary" href="/"> | |||
<LinkButton variant="primary" href="/case-studies/la-county"> |
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.
This route is a placeholder that may change later.
import { Link as ExternalLink } from '@trussworks/react-uswds'; | ||
import './styles.scss'; | ||
|
||
export default function LaCountyCaseStudy() { |
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.
The case study pages all have a very similar layout. When working on the next case study page, I'll start looking into breaking these sections out into layout components.
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.
@nickbristow great catch, thanks! I believe I've resolved this but let me know if anything still seems off at all. |
This PR adds the first case study page layout.