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}
|