From 161793e76c4e70ce48821d0081796d8f483d4779 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 19 Apr 2021 15:35:51 +0200 Subject: [PATCH] Fix projects not being displayed properly --- components/CaseSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CaseSection.js b/components/CaseSection.js index 67d5d6b..19508ca 100644 --- a/components/CaseSection.js +++ b/components/CaseSection.js @@ -12,7 +12,7 @@ export default function CaseSection(props) {

Case Studies

{props.caseStudies.map((study) => ( - + ))}