diff --git a/src/app/components/header/header.component.ts b/src/app/components/header/header.component.ts index 7b879f85dda34f15e218b8437a6db67df1b7fcfc..2274fc4dedb937fbc5edab790b4109f47e9dcba2 100644 --- a/src/app/components/header/header.component.ts +++ b/src/app/components/header/header.component.ts @@ -29,7 +29,7 @@ export class HeaderComponent implements OnInit { command: () => this.tabChange(3) }, {label: 'DOCUMENTATION', icon: 'pi pi-fw pi-book', routerLink: 'doc', command: () => this.tabChange(4)}, - { label: 'CALL', icon: 'pi pi-fw pi-phone', routerLink: 'call', command: () => this.tabChange(5) }] + { label: 'COLLABORATION', icon: 'pi pi-fw pi-phone', routerLink: 'call', command: () => this.tabChange(5) }] this.activeTab = this.tabsModel[0]; }