Skip to content

Commit 2e17da8

Browse files
authored
Fix Industry tag (#714) (#715)
* Fix Industry tag * remove debugger
1 parent 25b6e39 commit 2e17da8

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/pages/ProjectOfInterest/filter/references.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ export const TechnologyDomain: any = {
4444
};
4545

4646
export const Industry: any = {
47-
"Bank & Financial Institutions (BFSI)": "BFSI",
48-
"Healthcare & Life Scienses (HLS)": "HLS",
49-
"Consumer (CON)": "CON",
50-
"Retail (RT)": "RT",
51-
"Agritech (AgT)": "AgT",
52-
"Education (ED)": "ED",
53-
"Non Profit & Govt (NG)": "NG",
54-
"Energy & Utilities (ENU)": "ENU",
55-
"All (ALL)": "ALL",
56-
"Automotive (AM)": "AM",
57-
"Telecom (TEL)": "TEL",
58-
"Cybersecurity (CyS)": "CyS"
47+
"Bank & Financial Institutions (BFSI)": "IND-BFSI",
48+
"Healthcare & Life Scienses (HLS)": "IND-HLS",
49+
"Consumer (CON)": "IND-CON",
50+
"Retail (RT)": "IND-RT",
51+
"Agritech (AgT)": "IND-AgT",
52+
"Education (ED)": "IND-ED",
53+
"Non Profit & Govt (NG)": "IND-NG",
54+
"Energy & Utilities (ENU)": "IND-ENU",
55+
"All (ALL)": "IND-ALL",
56+
"Automotive (AM)": "IND-AM",
57+
"Telecom (TEL)": "IND-TEL",
58+
"Cybersecurity (CyS)": "IND-CyS"
5959
};
6060

6161
export const TechnologyDomainComposition: any = {

0 commit comments

Comments
 (0)