mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-02 05:30:56 -07:00
* Remove survey link from the contact page. Fixes Issue #2245. * Add back whitespace to pass snapshot testing
This commit is contained in:
parent
d3376665bf
commit
c88df4e26a
9 changed files with 20 additions and 60 deletions
|
@ -271,7 +271,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
|
|||
/>,
|
||||
LIST_ITEM_4: <FormattedMessage
|
||||
id={'about.page.how.you.can.help.list.item.4'}
|
||||
defaultMessage={`Any other questions? The best way to contact the Council on Environmental Quality (CEQ) is by filling out this <link2>form</link2> . Otherwise, email: <link1>Screeningtool-Support@omb.eop.gov</link1>.`}
|
||||
defaultMessage={`Any other questions? Email: <link1>Screeningtool-Support@omb.eop.gov</link1>.`}
|
||||
description={`Navigate to the about page. You will see How you can help list item 3`}
|
||||
values={{
|
||||
link1: linkFn(PAGES_ENDPOINTS.METHODOLOGY, true, false),
|
||||
|
|
|
@ -75,17 +75,17 @@ export const CENSUS_TRACT_FEEDBACK = {
|
|||
// `}
|
||||
// description={'Navigate to the contact page, this is the census tract feedback section'}
|
||||
// />,
|
||||
PARAGRAPH3: <FormattedMessage
|
||||
id={'contact.page.census.tract.feedback.para3'}
|
||||
defaultMessage={`
|
||||
The best way to contact the Council on Environmental Quality (CEQ) is by filling out <link1>this form</link1>.
|
||||
`}
|
||||
description={'Navigate to the survey. Spanish should substitute <link2> to get Spanish link! Already coded to support'}
|
||||
values={{
|
||||
link1: COMMON_COPY.linkFn('https://www.surveymonkey.com/r/5LZ7MNB', false, true),
|
||||
link1es: COMMON_COPY.linkFn('https://www.surveymonkey.com/r/CGTH5P7', false, true),
|
||||
}}
|
||||
/>,
|
||||
// PARAGRAPH3: <FormattedMessage
|
||||
// id={'contact.page.census.tract.feedback.para3'}
|
||||
// defaultMessage={`
|
||||
// The best way to contact the Council on Environmental Quality (CEQ) is by filling out <link1>this form</link1>.
|
||||
// `}
|
||||
// description={'Navigate to the survey. Spanish should substitute <link2> to get Spanish link! Already coded to support'}
|
||||
// values={{
|
||||
// link1: COMMON_COPY.linkFn('https://www.surveymonkey.com/r/5LZ7MNB', false, true),
|
||||
// link1es: COMMON_COPY.linkFn('https://www.surveymonkey.com/r/CGTH5P7', false, true),
|
||||
// }}
|
||||
// />,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue