diff --git a/apps/artboard/src/templates/gengar.tsx b/apps/artboard/src/templates/gengar.tsx index 47e7041c..a40c7810 100644 --- a/apps/artboard/src/templates/gengar.tsx +++ b/apps/artboard/src/templates/gengar.tsx @@ -227,7 +227,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -249,7 +249,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -272,7 +272,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -293,7 +293,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -339,7 +339,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -360,7 +360,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -397,7 +397,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -438,7 +438,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}