diff --git a/app/components/Layout/Footer.tsx b/app/components/Layout/Footer.tsx index 9285cfc21e..827ecc95dc 100644 --- a/app/components/Layout/Footer.tsx +++ b/app/components/Layout/Footer.tsx @@ -5,19 +5,31 @@ import BCGovLink from "@button-inc/bcgov-theme/Link"; const Footer = () => { return ( - - - + <> +
+ + + +
+ + ); };