diff --git a/src/app/profile/profile.component.html b/src/app/profile/profile.component.html index 66be72664b42d3c789ddd3e652bc1d05581d41c1..5dbf5d216ecea729fd24bd4272118193729f56d8 100644 --- a/src/app/profile/profile.component.html +++ b/src/app/profile/profile.component.html @@ -28,7 +28,7 @@ <div class="structureCard" *ngFor="let s of structures; let i = index"> <div class="structureInfo" fxLayout="column" fxLayoutGap="14px"> <div fxLayout="row" fxLayoutAlign="space-between start" fxLayoutGap="20px"> - <a class="structureName" routerLink="/home" [state]="{ data: s.structure }">{{ + <a class="structureName" routerLink="/acteurs" [state]="{ data: s.structure }">{{ s.structure.structureName }}</a> <app-structure-options-modal [structure]="s" (closed)="ngOnInit()"></app-structure-options-modal>