Fix bug with display of Tools data on Homepage and Projects page #5321
Labels
Bug
Something isn't working
Complexity: Medium
P-Feature: Home page
https://www.hackforla.org/
P-Feature: Projects page
https://www.hackforla.org/projects/
role: back end/devOps
Tasks for back-end developers
role: front end
Tasks for front end developers
size: 0.5pt
Can be done in 3 hours or less
time sensitive
Needs to be worked on by a particular timeframe
Milestone
Prerequisite
Overview
We want our website to demonstrate professionalism and attention to detail to our visitors. On the homepage and Projects page, a bug was recently introduced that removes the spaces between entries in the Tools data.
Screenshot of existing Tools data on project card, no spaces between entries
Action Items
projectCardComponent()
function, there is code to render the tools data when it exists.<div class="project-tools">
needs to match the indentation of the other<div>
s in this section.${ project.tools }
should be refactored in a similar fashion as forproject.languages
andproject.technologies
, so that a comma and a space are added between the each entry when joining the tools data into a list stringResources/Instructions
Hompage
Projects page
This issue was initiated by #5309
The text was updated successfully, but these errors were encountered: