Skip to content

Commit 291d643

Browse files
committed
Using our internal icon for internal-intake forms
1 parent 20052ec commit 291d643

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

src/assets/icons/v.2.5/project-types/tc-internal-2.svg

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/components/ProjectTypeIcon.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +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/v.2.5/project-types/tc-internal-2.svg'
33-
//import IconTcInternal from '../assets/icons/ui-rocket-white.svg'
32+
import IconTcInternal from '../assets/icons/ui-rocket-white.svg'
3433

3534
const ProjectTypeIcon = ({ type }) => {
3635
// if type is defined as a relative path to the icon, convert it to icon "id"

0 commit comments

Comments
 (0)