{children}
) diff --git a/components/CaseStudyCard.js b/components/CaseStudyCard.js new file mode 100644 index 00000000000..fc741b4c487 --- /dev/null +++ b/components/CaseStudyCard.js @@ -0,0 +1,29 @@ +import Paragraph from './typography/Paragraph'; + +export default function CaseStudyCard({ + studies = [] +}) { + if(studies.length === 0){ + return null; + } + return ( +Remote
} -{!job.region || job.region === 'any' ? 'Anywhere (on planet Earth)' : job.region}
+{!job.region || job.region === 'any' ? 'Anywhere (on planet Earth)' : job.region}
Tags
External Docs
Tags
External Docs