diff --git a/client/src/components/generic/Footer/Footer.tsx b/client/src/components/generic/Footer/Footer.tsx index 87c9fbe48..91e460132 100644 --- a/client/src/components/generic/Footer/Footer.tsx +++ b/client/src/components/generic/Footer/Footer.tsx @@ -4,54 +4,64 @@ import Facebook from "assets/icons/facebook.svg?react" import Instagram from "assets/icons/instagram.svg?react" -const HorizontalDivider = () => +const HorizontalDivider = () => ( + <> + + > +) export const Footer = () => { return ( -