diff --git a/packages/components/plh/plh-kids-kw/components/bottom-navigation-bar/bottom-navigation-bar.component.html b/packages/components/plh/plh-kids-kw/components/bottom-navigation-bar/bottom-navigation-bar.component.html index 2b2f338c34..17b1c62eb1 100644 --- a/packages/components/plh/plh-kids-kw/components/bottom-navigation-bar/bottom-navigation-bar.component.html +++ b/packages/components/plh/plh-kids-kw/components/bottom-navigation-bar/bottom-navigation-bar.component.html @@ -5,14 +5,10 @@ routerLinkActive="active-link" [routerLink]="'template/' + button.target_template" [attr.data-name]="button.name" - (click)="toggleIcon()" - [ngClass]="isActive ? 'active-link' : ''" + #rla="routerLinkActive" > -
{{ button.label }}