From 9c32b76f06906c276f600eeb29179a2a741baf70 Mon Sep 17 00:00:00 2001 From: shindigira Date: Tue, 2 Apr 2024 16:43:48 -0400 Subject: [PATCH] style(FooterCfGov): allows className and other standard footer props to pass to the inner Footer --- src/components/Footer/FooterCfGov.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Footer/FooterCfGov.tsx b/src/components/Footer/FooterCfGov.tsx index dc912d01..3bd29d36 100644 --- a/src/components/Footer/FooterCfGov.tsx +++ b/src/components/Footer/FooterCfGov.tsx @@ -1,7 +1,10 @@ import { Icon } from '../Icon/Icon'; import Footer from './Footer'; -export const FooterCfGov = (): JSX.Element => { +export const FooterCfGov = ({ + className, + ...properties +}: JSX.IntrinsicElements['footer']): JSX.Element => { const navLinks = [ About Us @@ -139,6 +142,8 @@ export const FooterCfGov = (): JSX.Element => { return (