Skip to content

Commit afc579e

Browse files
committed
add sfdc icon
1 parent b3d82bb commit afc579e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/projects/list/components/Projects/ProjectsGridView.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import IconQaOsAutomation from '../../../../assets/icons/product-qa-os-automatio
4646
import IconQaWebsitePrerfomance from '../../../../assets/icons/product-qa-website-performance.svg'
4747
import IconWebsiteWebsite from '../../../../assets/icons/product-website-website.svg'
4848
import IconOutlineWorkProject from '../../../../assets/icons/tech-32px-outline-work-project.svg'
49+
import IconQaSFDCAccelerator from '../../../../assets/icons/product-qa-sfdc-accelerator.svg'
4950
require('./ProjectsGridView.scss')
5051

5152
const 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':

0 commit comments

Comments
 (0)