improved formatting

This commit is contained in:
2024-01-09 10:51:40 +01:00
parent c76a69df5b
commit e2a3c0baa1
2 changed files with 2 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ export const Page = async () => {
<div className="card card-compact card-bordered max-w-[36em] bg-base-100 shadow-s my-1">
<span className="card-body self-center">
<p>
Total monthly expenditure: <strong>{ formatCurrency(monthlyExpense/100) }</strong>
Total monthly expenditure: <strong>{ formatCurrency(monthlyExpense) }</strong>
</p>
</span>
</div> : null