diff --git a/dist/index.html b/dist/index.html index 970460a..0619de1 100644 --- a/dist/index.html +++ b/dist/index.html @@ -5,8 +5,8 @@ CV Creator - - + +
diff --git a/src/components/DisplayCV.jsx b/src/components/DisplayCV.jsx index 6fa4de4..0f23628 100644 --- a/src/components/DisplayCV.jsx +++ b/src/components/DisplayCV.jsx @@ -181,12 +181,14 @@ export default function DisplayCV(props) {

{props.description}

)} -
-

- {props.language === "french" ? "Projets" : "Projects"} -

-
{projectsRenderer}
-
+ {props.projects.length > 0 && ( +
+

+ {props.language === "french" ? "Projets" : "Projects"} +

+
{projectsRenderer}
+
+ )}