mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-19 10:51:43 -07:00
Update survey links on behalf of lscharen (#2255)
* Update survey links; ref external repo PR #117 * Restore the removed contact page survey link * Fix testing snapshots * linter errors * Update Spanish data survey link --------- Co-authored-by: Lucas Scharenbroich <lscharen@prowestgis.com>
This commit is contained in:
parent
c88df4e26a
commit
8712ff53ec
26 changed files with 979 additions and 611 deletions
|
@ -9,7 +9,7 @@ import Layout from '../components/layout';
|
|||
import DatasetsButton from '../components/DatasetsButton';
|
||||
import SubPageNav from '../components/SubPageNav';
|
||||
|
||||
import {USWDS_BREAKPOINTS} from '../data/constants';
|
||||
import {USWDS_BREAKPOINTS, DATA_SURVEY_LINKS} from '../data/constants';
|
||||
import * as FAQS_COPY from '../data/copy/faqs';
|
||||
import {PAGES_ENDPOINTS} from '../data/constants';
|
||||
import {SIDE_PANEL_INIT_STATE_ICON_ALT_TEXT} from '../data/copy/explore';
|
||||
|
@ -237,7 +237,7 @@ const FAQPage = ({location}: IFAQPageProps) => {
|
|||
|
||||
<section className={'page-heading'}>
|
||||
<h1>{intl.formatMessage(FAQS_COPY.PAGE_INTRO.PAGE_TILE)}</h1>
|
||||
<DatasetsButton href= {'https://www.surveymonkey.com/r/6G9TQJ8'} />
|
||||
<DatasetsButton href= {DATA_SURVEY_LINKS.EN} />
|
||||
</section>
|
||||
|
||||
<Grid row gap className={'j40-mb5-mt3'}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue