diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 73c4d8e..c5d8873 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -74,7 +74,7 @@ const FooterLabeledSection = ({title, children}: { children: JSX.Element[] | JSX.Element, }) => { return ( -
+

{title}

{children}
@@ -100,7 +100,7 @@ const Footer: NextPage = () => {
{/** Header and tabs */} -
+
{links.map((quickLink, index) => {