Skip to content

Commit

Permalink
fix: design of revenues
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelPelegrina committed Dec 11, 2023
1 parent a8d70a5 commit bb55572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1 class="m-2 p-2 text-center">Revenues</h1>
Calculate revenue
</button>
</div>
<div class="col-md-auto d-flex justify-content-center">
<div class="col-md-auto d-flex justify-content-center align-items-center">
<mat-card-footer class="text-center text-white"><label *ngIf="calculatedValue">Calculated revenue: {{calculatedValue | currency}}</label></mat-card-footer>
</div>
</div>
Expand Down

0 comments on commit bb55572

Please sign in to comment.