File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed
Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ import IconSalesforceImplementation from '../assets/icons/v.2.5/project-types/sa
2929import IconSolutions from '../assets/icons/v.2.5/project-types/solutions.svg'
3030import IconUserSentimentAnalysis from '../assets/icons/v.2.5/project-types/user-sentiment-analysis.svg'
3131import IconDefault from '../assets/icons/v.2.5/project-types/default.svg'
32+ import IconTcInternal from '../assets/icons/v.2.5/project-types/tc-internal-2.svg'
33+ //import IconTcInternal from '../assets/icons/ui-rocket-white.svg'
3234
3335const ProjectTypeIcon = ( { type } ) => {
3436 // if type is defined as a relative path to the icon, convert it to icon "id"
@@ -60,6 +62,7 @@ const ProjectTypeIcon = ({ type }) => {
6062 case 'salesforce-implementation' : return < IconSalesforceImplementation />
6163 case 'solutions' : return < IconSolutions />
6264 case 'user-sentiment-analysis' : return < IconUserSentimentAnalysis />
65+ case 'tc-internal' : return < IconTcInternal />
6366 default :
6467 // this will be default icon
6568 return < IconDefault />
You can’t perform that action at this time.
0 commit comments