Skip to content

Commit

Permalink
back button fixed on transaction general tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Dániel Gyenizse committed Nov 15, 2023
1 parent d0459a7 commit 3b51dfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</div>

<div fxLayout="row" fxLayoutAlign="center" fxLayoutGap="2%" fxLayout.lt-md="column">
<button type="button" mat-raised-button color="primary" [routerLink]="['../']">{{ 'Back' | translate}}</button>
<button type="button" mat-raised-button color="primary" [routerLink]="['../../']">{{ 'Back' | translate}}</button>
</div>
</mat-card-content>

Expand Down

0 comments on commit 3b51dfe

Please sign in to comment.