From bdf5a859641b2d43f61a0c41eedb5f676ad45233 Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Thu, 18 May 2023 13:46:06 -0700 Subject: [PATCH] Fix Languages /Technologies Filters for Projects 4587 (#4668) * fix languages /technologies filters 4587 * Update current-projects.js --- assets/js/current-projects.js | 178 +++++++++++++++++----------------- 1 file changed, 89 insertions(+), 89 deletions(-) diff --git a/assets/js/current-projects.js b/assets/js/current-projects.js index 5aee0f5d13..8208e9267e 100644 --- a/assets/js/current-projects.js +++ b/assets/js/current-projects.js @@ -476,94 +476,94 @@ function clearAllEventHandler(){ * Takes a single project object and returns the html string representing the project card */ function projectCardComponent(project){ -return ` -
${ project.description }
- -${ role.skill }
`).join(", ")} - //${ language }
`).join(", ")} -${ tech }
`).join(", ")} -${ programArea }
`).join(", ")} -${ project.description }
+ +${ role.skill }
`).join(", ")} + //${ language }
`).join(", ")} +${ tech }
`).join(", ")} +${ programArea }
`).join(", ")} +