From 8db95d267608259c04016a57fd823b2c0d57dc80 Mon Sep 17 00:00:00 2001 From: freitagb Date: Sat, 5 Oct 2024 14:20:55 -0500 Subject: [PATCH 1/2] add comma after CA --- src/components/DataLayerModal.tsx | 2 +- src/components/Tour.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DataLayerModal.tsx b/src/components/DataLayerModal.tsx index 26b51a5..6385bb7 100644 --- a/src/components/DataLayerModal.tsx +++ b/src/components/DataLayerModal.tsx @@ -86,7 +86,7 @@ function PageOne({}){

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).


diff --git a/src/components/Tour.jsx b/src/components/Tour.jsx index cd33134..b43e3df 100644 --- a/src/components/Tour.jsx +++ b/src/components/Tour.jsx @@ -35,7 +35,7 @@ export default function Tour() {

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).

, From fca6c0e6afef36d043b5081684cafd75f9d2ec4b Mon Sep 17 00:00:00 2001 From: Brian Freitag Date: Sat, 5 Oct 2024 14:29:00 -0500 Subject: [PATCH 2/2] remove exclamation point --- src/components/DataLayerModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DataLayerModal.tsx b/src/components/DataLayerModal.tsx index 6385bb7..8172cec 100644 --- a/src/components/DataLayerModal.tsx +++ b/src/components/DataLayerModal.tsx @@ -97,7 +97,7 @@ function PageOne({}){ className='underline' > NEX-GDDP-CMIP6 dataset - ! +

);