Skip to content

Commit

Permalink
corregi fuente de los precios
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyluquez committed May 15, 2024
1 parent 2646187 commit d41fe77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>

<div class="flex items-center justify-start gap-2">
<span class="font-bold text-2xl md:text-4xl">{{calculatePlan(plan.prices[currency]) }}</span>
<span class="font-bold text-2xl md:text-[35px]">{{calculatePlan(plan.prices[currency]) }}</span>
<span>/mes</span>
</div>
<p class="text-left" *ngIf="checkedInput !== 0">{{calculatePrice(plan.prices[currency])}}</p>
Expand Down

0 comments on commit d41fe77

Please sign in to comment.