mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-14 07:44:19 -07:00
Migrates global footer styles to USDS (#798)
- enables colors in settings file - updates snapshots
This commit is contained in:
parent
d1511287b8
commit
54d07bddc8
7 changed files with 26 additions and 67 deletions
|
@ -97,7 +97,6 @@ const J40Footer = () => {
|
|||
<Logo
|
||||
size="medium"
|
||||
key={'logoimg'}
|
||||
className={'j40-footer-logo'}
|
||||
image={
|
||||
<img
|
||||
className={'usa-footer__logo-img'}
|
||||
|
|
|
@ -152,7 +152,7 @@ exports[`J40Footer renders correctly 1`] = `
|
|||
data-testid="gridContainer"
|
||||
>
|
||||
<div
|
||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2 j40-footer-logo"
|
||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2"
|
||||
data-testid="footerLogo"
|
||||
>
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue