diff --git a/sharedComponents/navigationBar.component.html b/sharedComponents/navigationBar.component.html
index 77cb3d35..2c3a84d4 100644
--- a/sharedComponents/navigationBar.component.html
+++ b/sharedComponents/navigationBar.component.html
@@ -235,30 +235,28 @@
- 0 && properties.environment == 'development'">
+
+ routerLink="{{item.route}}"
+ [queryParams]="item.params"
+ [fragment]="item.fragment"
+ [class.uk-active]="isTheActiveMenu(item)">
{{item.title}}
-
+ href="{{item.url}}" class="custom-external"
+ target="_blank">
{{item.title}}
-
+ -->