From 846050f031c68b02f24b14e2c5b62b24bdea449e Mon Sep 17 00:00:00 2001 From: theschles Date: Tue, 30 Jan 2024 10:10:09 -0800 Subject: [PATCH] Update pikachu.tsx --- apps/artboard/src/templates/pikachu.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/artboard/src/templates/pikachu.tsx b/apps/artboard/src/templates/pikachu.tsx index 15c911f3..dcc0b919 100644 --- a/apps/artboard/src/templates/pikachu.tsx +++ b/apps/artboard/src/templates/pikachu.tsx @@ -258,7 +258,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -280,7 +280,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -303,7 +303,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -324,7 +324,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -370,7 +370,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -391,7 +391,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -428,7 +428,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -469,7 +469,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}