Skip to content

Commit

Permalink
Merge pull request #55 from NASA-IMPACT/hotfix/grammar
Browse files Browse the repository at this point in the history
fix grammar in disclaimer text
  • Loading branch information
brianmfreitag authored Oct 5, 2024
2 parents 1886ab3 + fca6c0e commit 6188ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/DataLayerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function PageOne({}){
<p>
The NEX-GDDP-CMIP6 data is calculated on a 0.25°x0.25° latitude and longitude grid, which is a system of lines used to map the sphere of the Earth.
In some cases, the temperature in major cities could be higher than what’s displayed in the gridded cell because it includes a larger area than just that city.
For example, if you search for a city, such as Los Angeles, CA the average will include the temperature of Los Angeles (which could be higher than average) plus the surrounding geographical area (which could be lower than average).
For example, if you search for a city, such as Los Angeles, CA, the average will include the temperature of Los Angeles (which could be higher than average) plus the surrounding geographical area (which could be lower than average).
</p>
<br/>
<p>
Expand All @@ -97,7 +97,7 @@ function PageOne({}){
className='underline'
>
NEX-GDDP-CMIP6 dataset
</a>!
</a>
</p>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Tour.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Tour() {
<p className='text-xs mt-4'>
The NEX-GDDP-CMIP6 data is calculated on a 0.25°x0.25° latitude and longitude grid, which is a system of lines used to map the sphere of the Earth.
In some cases, the temperature in major cities could be higher than what’s displayed in the gridded cell because it includes a larger area than just that city.
For example, if you search for a city, such as Los Angeles, CA the average will include the temperature of Los Angeles (which could be higher than average) plus the surrounding geographical area (which could be lower than average).
For example, if you search for a city, such as Los Angeles, CA, the average will include the temperature of Los Angeles (which could be higher than average) plus the surrounding geographical area (which could be lower than average).

</p>
</div>,
Expand Down

0 comments on commit 6188ce7

Please sign in to comment.