File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ import logo from './images/ffiec-icon-white.svg'
66import MaintenanceMessage from '../MaintenanceMessage'
77import ReleaseVersion from './ReleaseVersion'
88import { hideHeaderFooter } from './Header'
9- import { MailingSignupSmall } from './MailingListSignup'
9+
10+ // temporarily disable mailing list signup, see GHE #5417
11+ // import { MailingSignupSmall } from './MailingListSignup'
12+
1013import { isFilingHomeOrYear } from '../filing/utils/pages'
1114
1215function Footer ( { config, location : { pathname } } ) {
@@ -36,9 +39,10 @@ function Footer({ config, location: { pathname } }) {
3639 </ button >
3740 </ div >
3841 ) }
39- < div className = 'mainFooter' >
42+ { /* temporarily disable mailing list signup, see GHE #5417 */ }
43+ { /* <div className='mainFooter'>
4044 <MailingSignupSmall />
41- </ div >
45+ </div> */ }
4246 < div className = 'usa-identifier' >
4347 < section
4448 className = 'usa-identifier__section usa-identifier__section--masthead'
You can’t perform that action at this time.
0 commit comments