Skip to content

Commit

Permalink
Update text for monthly averaged annual max
Browse files Browse the repository at this point in the history
  • Loading branch information
freitagb authored Oct 1, 2024
1 parent 057cf3d commit d0826d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/DataLayerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ export default function DataLayerModal({
</button>

<h2 className="text-[20px] font-bold text-white mb-8 text-center leading-[27.32px] md:text-[28px] md:leading-[36px]">
Annual maximum air temperature
Average high temperature of the hottest month of the year
</h2>

<div className="w-full max-w-[760px] bg-transparent">
<p className="text-[16px] text-gray-300 text-left mb-6 leading-[24px]">
How hot could it get on the hottest day in a given year, under different greenhouse gas emission scenarios?
What would be the average high temperature of the hottest month of the year, under different greenhouse gas emission scenarios?
</p>
<p className="text-[16px] text-gray-300 text-left mb-6 leading-[24px]">
See estimates of annual maxima of daily maximum near-surface air temperature (TASMAX) from NASA Earth Exchange (NEX) Global Daily Downscaled Projections (GDDP) based on simulations of the Coupled Model Intercomparison Project Phase 6 (CMIP6).
See estimates of average maximum temperature of the hottest month of the year using the TASMAX variable from NASA Earth Exchange (NEX) Global Daily Downscaled Projections (GDDP) based on simulations of the Coupled Model Intercomparison Project Phase 6 (CMIP6).
</p>

<div className="flex justify-start mt-8">
Expand Down Expand Up @@ -82,4 +82,4 @@ export default function DataLayerModal({
</div>
</div>
);
}
}

0 comments on commit d0826d6

Please sign in to comment.