Skip to content

Commit 68dc35b

Browse files
committed
Added new svg for internal-project intake
1 parent 925639a commit 68dc35b

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 24 additions & 0 deletions
Loading

src/components/ProjectTypeIcon.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ import IconSalesforceImplementation from '../assets/icons/v.2.5/project-types/sa
2929
import IconSolutions from '../assets/icons/v.2.5/project-types/solutions.svg'
3030
import IconUserSentimentAnalysis from '../assets/icons/v.2.5/project-types/user-sentiment-analysis.svg'
3131
import 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

3335
const 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 />

0 commit comments

Comments
 (0)