Skip to content

Commit

Permalink
standardize HeatLoadAnalysis title
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoren committed Jan 15, 2024
1 parent 6c18fb8 commit e546cc8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div>
<h2 className="text-5xl font-extrabold tracking-wide">
Heat Load Analysis
</h2>
<h2 className={`${titleClassTailwind}`}>Heat Load Analysis</h2>
Fuel Type
{fuelType}
<AnalysisHeader />
Expand Down

0 comments on commit e546cc8

Please sign in to comment.