Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Granello committed Jan 10, 2025
1 parent d4fcbad commit eedfc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Dashboard/Cards/HowMuchPerMonth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ interface DashboardProps {
export const HowMuchPerMonth: React.FC<DashboardProps> = ({ data }) => {
return (
<GraphCard
title="How much would a Fairhold home cost?"
subtitle="The up-front cost of a home, compared with conventional home ownership."
title="How much would it cost every month?"
subtitle="Monthly cost of housing, not including energy bills."
>
<div className="flex flex-col h-full w-3/4 justify-between">
<TenureComparisonWrapper household={data} />
Expand Down

0 comments on commit eedfc9b

Please sign in to comment.