Skip to content

Commit

Permalink
Update timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
avmey committed Jan 24, 2025
1 parent b175e8b commit 8cc24b9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/Classification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export const ClassificationLearnMore: React.FunctionComponent<
classification. See the Glossary for more detailed explanations of the
classification levels.
</p>
<p>Last updated: October 29, 2024.</p>
<p>Last updated: January 24, 2025.</p>
</Trans>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Eelgrass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const Eelgrass: React.FunctionComponent<GeogProp> = (props) => {
overlap, the overlap is only counted once. Eelgrass data has
been simplified to a tolerance of 5 meters.
</p>
<p>Last updated: October 29, 2024.</p>
<p>Last updated: January 24, 2025.</p>
</Trans>
</Collapse>
</ReportError>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Estuaries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const Estuaries: React.FunctionComponent<GeogProp> = (props) => {
areas that overlap, the overlap is only counted once.
Estuaries data has been simplified to a tolerance of 1 meter.
</p>
<p>Last updated: October 29, 2024.</p>
<p>Last updated: January 24, 2025.</p>
</Trans>
</Collapse>
</ReportError>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Habitat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export const Habitat: React.FunctionComponent<GeogProp> = (props) => {
counted once. Habitat data has been downscaled to 30x30 meter
resolution.
</p>
<p>Last updated: October 29, 2024.</p>
<p>Last updated: January 24, 2025.</p>
</Trans>
</Collapse>
</ReportError>
Expand Down
2 changes: 1 addition & 1 deletion src/components/KelpMax.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export const KelpMax: React.FunctionComponent<GeogProp> = (props) => {
estimates. Final reported statistics should be calculated in
Desktop GIS tools.
</p>
<p>Last updated: October 29, 2024.</p>
<p>Last updated: January 24, 2025.</p>
</Trans>
</Collapse>
</ReportError>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Shoretypes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export const Shoretypes: React.FunctionComponent<GeogProp> = (props) => {
Selected MPA(s) were buffered by 250 meters to ensure overlap
with shoreline habitats data layer.
</p>
<p>Last updated: October 29, 2024.</p>
<p>Last updated: January 15, 2025.</p>
</Trans>
</Collapse>
</ReportError>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Span.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export const Span: React.FunctionComponent<GeogProp> = (props) => {
within the selected MPA(s). If the selected MPA(s) include
multiple areas that overlap, the overlap is only counted once.
</p>
<p>Last updated: October 29, 2024.</p>
<p>Last updated: January 15, 2025.</p>
</Trans>
</Collapse>
</ReportError>
Expand Down

0 comments on commit 8cc24b9

Please sign in to comment.