From e546cc8372a60fd442e9c91e877b00f74c4335cd Mon Sep 17 00:00:00 2001 From: jkoren Date: Mon, 15 Jan 2024 10:16:18 -0500 Subject: [PATCH] standardize HeatLoadAnalysis title --- .../ui/heat/CaseSummaryComponents/HeatLoadAnalysis.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/heat-stack/app/components/ui/heat/CaseSummaryComponents/HeatLoadAnalysis.tsx b/heat-stack/app/components/ui/heat/CaseSummaryComponents/HeatLoadAnalysis.tsx index 4bf674cf..98524ee2 100644 --- a/heat-stack/app/components/ui/heat/CaseSummaryComponents/HeatLoadAnalysis.tsx +++ b/heat-stack/app/components/ui/heat/CaseSummaryComponents/HeatLoadAnalysis.tsx @@ -4,11 +4,10 @@ import { WholeHomeUAComparison } from './Graphs/WholeHomeUAComparison.tsx' export function Graphs() { const fuelType = 'Natural Gas' + const titleClassTailwind = 'text-5xl font-extrabold tracking-wide' return (
-

- Heat Load Analysis -

+

Heat Load Analysis

Fuel Type {fuelType}