Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix: set correct path (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko <[email protected]>
  • Loading branch information
cre8 authored Feb 7, 2024
1 parent edc4b05 commit abe4399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<mat-card>
<mat-card-header fxLayout="row" fxLayoutAlign="space-between center">
<mat-card-title>{{ profile.Name }}</mat-card-title>
<button mat-icon-button routerLink="../">
<button mat-icon-button routerLink="/">
<mat-icon>arrow_back_ios</mat-icon>
</button>
</mat-card-header>
Expand Down

0 comments on commit abe4399

Please sign in to comment.