This commit is contained in:
2025-08-26 16:28:27 +03:00
parent ef93d51f77
commit 6e5b89469f
14 changed files with 218 additions and 47 deletions

View File

@@ -7,7 +7,7 @@
Cancel Editing
</button>
}@else {
<button mat-button type="button" (click)="goBack()" class="button">
<button mat-button type="button" routerLink="/landing" class="button">
Go Back
</button>
}