diff --git a/src/app/profile/dashboard/orientation-details/orientation-details.component.ts b/src/app/profile/dashboard/orientation-details/orientation-details.component.ts
index 1f77c9b7f5db5269dd24ece36f111686ccc4887b..93e913d40127fc89ff14222a4bfd294749e9be7f 100644
--- a/src/app/profile/dashboard/orientation-details/orientation-details.component.ts
+++ b/src/app/profile/dashboard/orientation-details/orientation-details.component.ts
@@ -65,7 +65,7 @@ export class OrientationDetailsComponent implements OnInit {
   }
 
   public goBack(): void {
-    history.back();
+    this.router.navigate(['/profil/tableau-de-bord']);
   }
 
   public showModal(): void {