Skip to content

Commit

Permalink
chore: update navigation.template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Feb 26, 2024
1 parent 1f4bb89 commit 62c15a9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
tuiOption
[fragment]="item.fragment"
[routerLink]="item.route"
[target]="item.target"
[target]="item.target || ''"
(click)="onClick(input)"
>
{{ item.title }}
Expand Down Expand Up @@ -83,7 +83,7 @@
tuiLink
class="t-sublink"
[routerLink]="item.route"
[target]="item.target"
[target]="item.target || ''"
[tuiScrollIntoViewLink]="isActive(item.route)"
(click)="closeMenu()"
>
Expand Down Expand Up @@ -132,7 +132,7 @@
class="t-sublink t-sublink_small"
[fragment]="subPage.fragment"
[routerLink]="subPage.route"
[target]="item.target"
[target]="item.target || ''"
[tuiScrollIntoViewLink]="isActive(subPage.route)"
(click)="closeMenu()"
>
Expand Down

0 comments on commit 62c15a9

Please sign in to comment.