diff --git a/src/app/kanban/kanban-entry-item/kanban-entry-item.component.ts b/src/app/kanban/kanban-entry-item/kanban-entry-item.component.ts index 78a57e0..0e87fde 100644 --- a/src/app/kanban/kanban-entry-item/kanban-entry-item.component.ts +++ b/src/app/kanban/kanban-entry-item/kanban-entry-item.component.ts @@ -7,12 +7,13 @@ const DEFAULT_AVATAR = '/assets/riddler.png'; const JIRA_BOARD_BASE_HREF = 'https://jirapducc.mo.ca.am.ericsson.se/browse/'; const labelColors = { - TSP: 'teal', - MTAS: 'orange', - INTERNAL: 'yellow', - TEAM: 'yellow', - BLOCKED: 'red', - SPIKE: 'purple', + TSP: 'teal', + MTAS: 'orange', + INTERNAL: 'yellow', + TEAM: 'yellow', + BLOCKED: 'red', + SPIKE: 'purple', + EXPEDITE: 'pink', }; @Component({