Skip to content

Commit

Permalink
fix module target link
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Oct 23, 2023
1 parent 2552b9d commit 64440e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*ngFor="let module of moduleService.getDisplayedModules(); let index = index"
href="{{ module.module_url }}"
[attr.data-qa]="'gn-sidenav-link-' + module.module_code"
target="_self"
[target]="module.module_target"
>
<mat-list-item class="sidenav-item" (click)="_sidenavService.toggleSideNav()">
<i class="fa {{ module.module_picto }} picto" aria-hidden="true"> </i>
Expand Down

0 comments on commit 64440e0

Please sign in to comment.