From eff67d285a229d040d2b460b7afdb46f312a4509 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Fri, 22 Aug 2025 03:08:28 +0000 Subject: [PATCH] minor aesthetics --- src/app/components/portfolio/SummaryBox.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/components/portfolio/SummaryBox.tsx b/src/app/components/portfolio/SummaryBox.tsx index 5c6b949..4a094ff 100644 --- a/src/app/components/portfolio/SummaryBox.tsx +++ b/src/app/components/portfolio/SummaryBox.tsx @@ -139,35 +139,35 @@ function SummaryBox({ scenarios, numProperties }: SummaryBoxProps) { Budget - {budgetFormatted} + {budgetFormatted} Cost - + {totalCostFormatted} Funding - + {funding} Cost after funding - + {netCost} Contingency - + {contingency} Total properties - {numProperties} + {numProperties} @@ -186,13 +186,13 @@ function SummaryBox({ scenarios, numProperties }: SummaryBoxProps) { {" "} Savings - + {co2EquivalentSavingsFormatted} Annual Energy Savings - + {energySavingsFormatted} @@ -207,13 +207,13 @@ function SummaryBox({ scenarios, numProperties }: SummaryBoxProps) { Annual Energy Bill Reduction - + {energyCostSavingsFormatted} Total Value Increase - + {totalValueIncreaseFormatted}