mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 17:21:17 -07:00
Adds CEQ title to footer (#615)
* Revert "dockerize front end (#558)"
This reverts commit 89c23faf7a
.
* adds CEQ to footer
This commit is contained in:
parent
d4765cc581
commit
e8bafc813d
2 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,7 @@ const J40Footer = () => {
|
|||
className={'j40-footer-address'}
|
||||
size={'big'}
|
||||
items={[
|
||||
'Council on Environmental Quality',
|
||||
'730 Jackson Pl NW',
|
||||
'Washington, D.C. 20506',
|
||||
'(202) 395-5750',
|
||||
|
|
|
@ -38,6 +38,11 @@ exports[`J40Footer renders correctly 1`] = `
|
|||
<div
|
||||
class="usa-footer__contact-info grid-row grid-gap"
|
||||
>
|
||||
<div
|
||||
class="grid-col-auto"
|
||||
>
|
||||
Council on Environmental Quality
|
||||
</div>
|
||||
<div
|
||||
class="grid-col-auto"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue