From eef433ac66e01595b2d9c400ec834d87cc003130 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Wed, 31 Mar 2021 16:28:49 +0200
Subject: [PATCH] fix: broken link

---
 src/app/profile/profile.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/profile/profile.component.html b/src/app/profile/profile.component.html
index 66be72664..5dbf5d216 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>
-- 
GitLab