mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-18 12:01:58 -07:00
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:
parent
df675b231a
commit
1f5742bc5b
21 changed files with 240 additions and 172 deletions
|
@ -1,5 +1,4 @@
|
|||
import * as React from 'react';
|
||||
import {Link} from 'gatsby-plugin-intl';
|
||||
import {useIntl} from 'gatsby-plugin-intl';
|
||||
import {Grid} from '@trussworks/react-uswds';
|
||||
|
||||
|
@ -33,12 +32,7 @@ const NotFoundPage =({location}: I404PageProps) => {
|
|||
|
||||
<Grid row>
|
||||
<p>
|
||||
{intl.formatMessage(PAGE_NOT_FOUND_COPY.PAGE.APOLOGY)}
|
||||
{' '}
|
||||
<span role="img" aria-label="Pensive emoji">
|
||||
😔
|
||||
</span>{' '}
|
||||
{intl.formatMessage(PAGE_NOT_FOUND_COPY.PAGE.APOLOGY_INFO)}
|
||||
{PAGE_NOT_FOUND_COPY.ERROR_MSG}
|
||||
</p>
|
||||
</Grid>
|
||||
|
||||
|
@ -51,11 +45,6 @@ const NotFoundPage =({location}: I404PageProps) => {
|
|||
) : null}
|
||||
</Grid>
|
||||
|
||||
<Grid>
|
||||
<p>
|
||||
<Link to="/">{intl.formatMessage(PAGE_NOT_FOUND_COPY.PAGE.LINK_HOME)}</Link>.
|
||||
</p>
|
||||
</Grid>
|
||||
|
||||
</J40MainGridContainer>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue