Skip to content
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

Merged
merged 9 commits into from
Nov 25, 2024
Merged

LA County case studies page layout #56

merged 9 commits into from
Nov 25, 2024

Conversation

jakewheeler
Copy link
Collaborator

@jakewheeler jakewheeler commented Nov 21, 2024

This PR adds the first case study page layout.

@@ -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">
Copy link
Collaborator Author

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() {
Copy link
Collaborator Author

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.

@jakewheeler jakewheeler marked this pull request as ready for review November 25, 2024 16:59
Copy link
Collaborator

@nickbristow nickbristow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The column of text seems off center.
image

@jakewheeler
Copy link
Collaborator Author

The column of text seems off center.

@nickbristow great catch, thanks! I believe I've resolved this but let me know if anything still seems off at all.

@nickbristow nickbristow merged commit 3cf70a8 into next Nov 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants