mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-27 15:31:40 -07:00
* Minor edits * Fix `intl:compile-en` and the `intl:extract`
This commit is contained in:
parent
72e6dbc1dd
commit
5c0e6e8096
21 changed files with 3109 additions and 966 deletions
|
@ -17,8 +17,6 @@ export const simpleLink = (href:string) => (str:string) => <a href={href}>{str}<
|
|||
// eslint-disable-next-line max-len
|
||||
export const linkFn = (to:string, isInternal:boolean, isOpenNewTab:boolean) => (str:string) => <LinkTypeWrapper linkText={str} internal={isInternal} url={to} openUrlNewTab={isOpenNewTab}/>;
|
||||
|
||||
export const RFI_LINK = `https://www.federalregister.gov/d/2022-03920`;
|
||||
|
||||
export const FEEDBACK_EMAIL = 'Screeningtool-Support@omb.eop.gov';
|
||||
|
||||
// Beta Banner
|
||||
|
@ -141,7 +139,7 @@ export const FOOTER = defineMessages({
|
|||
},
|
||||
RFI_LINK: {
|
||||
id: 'common.pages.footer.rfi.link',
|
||||
defaultMessage: RFI_LINK,
|
||||
defaultMessage: 'https://www.federalregister.gov/d/2022-03920',
|
||||
description: 'Navigate to the about page. This is Footer rfi link',
|
||||
},
|
||||
WHITEHOUSE: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue