Skip to content

Commit

Permalink
fix: duplicate percentage symbol (maybe-finance#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduayme authored Jun 21, 2024
1 parent f9695ed commit f0ce681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tools/_inflation_calculator.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="flex flex-col gap-2">
<p class="font-normal text-gray-500">Something that costs you <span t-text="initialAmount"></span> today, will cost you</p>
<p class="text-4xl font-medium text-gray-900" t-text="futurePrice"></p>
<p class="text-gray-500">after <span t-text="years"></span> years at <span t-text="inflationRate"></span>% inflation annually</p>
<p class="text-gray-500">after <span t-text="years"></span> years at <span t-text="inflationRate"></span> inflation annually</p>
</div>
<div class="flex justify-between mt-4">
<div class="flex flex-col gap-2">
Expand All @@ -56,7 +56,7 @@
<div class="flex flex-col gap-2">
<p class="font-normal text-gray-500">if you do nothing with that <span t-text="initialAmount"></span> it'll be worth</p>
<p class="text-4xl font-medium text-gray-900" t-text="futureValue"></p>
<p class="text-gray-500">after <span t-text="years"></span> years at <span t-text="inflationRate"></span>% inflation annually</p>
<p class="text-gray-500">after <span t-text="years"></span> years at <span t-text="inflationRate"></span> inflation annually</p>
</div>
<div class="flex justify-between mt-4">
<div class="flex flex-col gap-2">
Expand Down

0 comments on commit f0ce681

Please sign in to comment.