mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Add RFI link (#1329)
* Add RFI link * Update tense on RFI link and update snapshots
This commit is contained in:
parent
b6a6813bb5
commit
4517db6229
2 changed files with 13 additions and 3 deletions
|
@ -30,7 +30,17 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
|
||||||
.
|
.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
CEQ will publish a Request for Information on federalregister.gov.
|
CEQ has published a Request for Information on
|
||||||
|
<a
|
||||||
|
class="usa-link usa-link--external"
|
||||||
|
data-cy=""
|
||||||
|
href="https://www.federalregister.gov/d/2022-03920"
|
||||||
|
rel="noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
federalregister.gov
|
||||||
|
</a>
|
||||||
|
.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -763,13 +763,13 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
|
||||||
LIST_ITEM_3: <FormattedMessage
|
LIST_ITEM_3: <FormattedMessage
|
||||||
id={'youCanHelpInfoText.list.item.3'}
|
id={'youCanHelpInfoText.list.item.3'}
|
||||||
description={'share your feedback'}
|
description={'share your feedback'}
|
||||||
defaultMessage={`CEQ will publish a Request for Information on federalregister.gov.`}
|
defaultMessage={`CEQ has published a Request for Information on {federalRegisterLink}.`}
|
||||||
values={{
|
values={{
|
||||||
federalRegisterLink:
|
federalRegisterLink:
|
||||||
<LinkTypeWrapper
|
<LinkTypeWrapper
|
||||||
linkText={'federalregister.gov'}
|
linkText={'federalregister.gov'}
|
||||||
internal={false}
|
internal={false}
|
||||||
url={`https://www.federalregister.gov/`}
|
url={`https://www.federalregister.gov/d/2022-03920`}
|
||||||
openUrlNewTab={true}
|
openUrlNewTab={true}
|
||||||
/>,
|
/>,
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue