Skip to content

Commit 7be2ff9

Browse files
committed
Using default icon for internal intake forms
1 parent 291d643 commit 7be2ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProjectTypeIcon.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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/ui-rocket-white.svg'
32+
//import IconTcInternal from '../assets/icons/ui-rocket-white.svg'
3333

3434
const ProjectTypeIcon = ({ type }) => {
3535
// if type is defined as a relative path to the icon, convert it to icon "id"
@@ -61,7 +61,7 @@ const ProjectTypeIcon = ({ type }) => {
6161
case 'salesforce-implementation': return <IconSalesforceImplementation />
6262
case 'solutions': return <IconSolutions />
6363
case 'user-sentiment-analysis': return <IconUserSentimentAnalysis />
64-
case 'tc-internal': return <IconTcInternal />
64+
//case 'tc-internal': return <IconTcInternal />
6565
default:
6666
// this will be default icon
6767
return <IconDefault />

0 commit comments

Comments
 (0)