-
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
Create eCR case study page #59
Conversation
@@ -0,0 +1,75 @@ | |||
import Link from 'next/link'; |
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 Next docs recommend using private folders to share code like this between pages.
@@ -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="/case-studies/la-county"> | |||
<LinkButton variant="primary" href="/case-studies/dibbs-pipeline"> |
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 desired URLs have been added to Figma, so I've gone ahead and updated them.
src/app/case-studies/_ui/index.tsx
Outdated
children: React.ReactNode; | ||
} | ||
|
||
function PageContainer({ children }: ContainerProps) { |
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.
Any reason not to use arrow functions?
This PR includes a couple of case study related changes:
/case-studies/ecr-viewer