From 8b9e343e6bbdc42837093a344c01399c77a65602 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Thu, 25 May 2023 10:32:24 +0200 Subject: [PATCH] home Drugst.One preprint info alert --- src/app/components/header/header.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/header/header.component.ts b/src/app/components/header/header.component.ts index 7b879f8..2274fc4 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]; } -- GitLab