diff --git a/src/assets/styles/_shared.scss b/src/assets/styles/_shared.scss index 037526a98..04aee7bb2 100644 --- a/src/assets/styles/_shared.scss +++ b/src/assets/styles/_shared.scss @@ -63,6 +63,6 @@ pre, // Override DS wrapper match-content width to 1170px content with 30px gutters. .wrapper--match-content { @include respond-to-min($bp-sm-min) { - max-width: $grid-wrapper-width - ($grid-gutter-width * 2); + max-width: $grid-wrapper-width - ($grid-gutter-width * 2) !important; } } diff --git a/src/components/Footer/back-to-top.tsx b/src/components/Footer/back-to-top.tsx index 47eb71d5f..bc9baeff9 100644 --- a/src/components/Footer/back-to-top.tsx +++ b/src/components/Footer/back-to-top.tsx @@ -1,15 +1,13 @@ import { JSX } from 'react'; /* eslint-disable jsx-a11y/anchor-is-valid */ -import { Icon } from '../Icon/icon'; - +import Link from '../Link/link'; export const BackToTop = (): JSX.Element => ( - - Back to top - - + ); diff --git a/src/components/Footer/footer-cf-gov.tsx b/src/components/Footer/footer-cf-gov.tsx index 60f5915f5..315b3093f 100644 --- a/src/components/Footer/footer-cf-gov.tsx +++ b/src/components/Footer/footer-cf-gov.tsx @@ -1,6 +1,7 @@ import { JSX } from 'react'; import { Icon } from '../Icon/icon'; -import Footer from './footer'; +import Link from '../Link/link'; +import {WebsiteFooter} from './footer'; interface FootCfGovProperties { cfLink?: string; @@ -140,30 +141,25 @@ export const FooterCfGov = ({ ]; const linksCol3 = [ - - USA.gov  - - , - , + - Office of Inspector General  - - , + label='Office of Inspector General' + iconRight='external-link'/>, + ]; return ( -