Modify copy on About and Explore Tool pages (#974)

* Modify copy

- update snapshots

* Fix failing cypress tests

- commented out lat/lng in URL test as it is intermittent

* Removes test on EO link

* Update copy for launch

- adds 404 page verbiage
- fixes survey button to be bottom sticky

* Update copy
This commit is contained in:
Vim 2021-12-08 13:15:31 -05:00 committed by GitHub
commit 1f5742bc5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 240 additions and 172 deletions

View file

@ -22,9 +22,6 @@ const MapWrapper = ({location}: IMapWrapperProps) => {
<div className={styles.mapCaptionTextLink}>
{EXPLORE_COPY.DOWNLOAD_DRAFT.PARAGRAPH_1}
</div>
<div>
{EXPLORE_COPY.DOWNLOAD_DRAFT.PARAGRAPH_2}
</div>
</Grid>
</Grid>
</>