File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/projects/list/components/Projects Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ import IconQaOsAutomation from '../../../../assets/icons/product-qa-os-automatio
4646import IconQaWebsitePrerfomance from '../../../../assets/icons/product-qa-website-performance.svg'
4747import IconWebsiteWebsite from '../../../../assets/icons/product-website-website.svg'
4848import IconOutlineWorkProject from '../../../../assets/icons/tech-32px-outline-work-project.svg'
49+ import IconQaSFDCAccelerator from '../../../../assets/icons/product-qa-sfdc-accelerator.svg'
4950require ( './ProjectsGridView.scss' )
5051
5152const EnhancedProjectStatus = editableProjectStatus ( ProjectStatus )
@@ -117,6 +118,8 @@ const ProjectTypeIcons = ({ type }) => {
117118 return < IconQaOsAutomation className = "icon-qa-os-automation" />
118119 case 'product-qa-website-performance' :
119120 return < IconQaWebsitePrerfomance className = "icon-qa-website-performance" />
121+ case 'product-qa-sfdc-accelerator' :
122+ return < IconQaSFDCAccelerator className = "icon-qa-sfdc-accelerator" />
120123 case 'product-website-website' :
121124 return < IconWebsiteWebsite className = "icon-website-website" />
122125 case 'tech-32px-outline-work-project' :
You can’t perform that action at this time.
0 commit comments