Skip to content

Commit

Permalink
update label on house outlay map
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyin-shan committed Feb 7, 2025
1 parent c83cc60 commit 429dbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/policylab/HouseOutlayMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const MapChart = ({
? `
<tr style="${topTipStyle}">
<td class="${classes.tooltip_topcell_left}">
Total Projected Maximum Payment:
Total Projected Maximum Financial Assistance:
</td>
<td class="${classes.tooltip_topcell_right}">
$${ShortFormat(stateValue, undefined, 2)}
Expand Down Expand Up @@ -322,7 +322,7 @@ const HouseOutlayMap = ({
<FormLabel
component="legend"
sx={{
"mr": 0.5,
"mr": "1em",
"minWidth": "5em",
"fontWeight": "bold",
"fontSize": "1.25rem",
Expand Down

0 comments on commit 429dbe0

Please sign in to comment.