Update Resource card on Project pages to use icon-github.svg
#6909
Labels
Complexity: Medium
Feature: Refactor HTML
P-Feature: Project Info and Page
A project's detail page (e.g. https://www.hackforla.org/projects/100-automations)
role: front end
Tasks for front end developers
size: 1pt
Can be done in 4-6 hours
Milestone
Overview
We need to update the code that renders the "Resources" card on the project pages, to reference the GitHub graphic file
_includes/svg/icon-github.svg
, and also to remove_includes/svg/icon-github-color.svg
. These changes will eliminate a duplicate GitHub graphic file, resulting in a cleaner codebase.Action Items
_includes/resource-card.html
and_sass/components/_project-page.scss
if needed, so that the"Resources" card on the project pages references the graphic file_includes/svg/icon-github.svg
in place of the current file_includes/svg/icon-github-color.svg
_includes/svg/icon-github-color.svg
/projects/311-data
to ensure that the appearance and behavior is unchanged from the current page.Resources/Instructions
The text was updated successfully, but these errors were encountered: