diff --git a/workspaces/website/src/components/Footer/Footer.tsx b/workspaces/website/src/components/Footer/Footer.tsx
index f9a4216d3c..275ab6a0e7 100644
--- a/workspaces/website/src/components/Footer/Footer.tsx
+++ b/workspaces/website/src/components/Footer/Footer.tsx
@@ -173,9 +173,7 @@ const Column = ({ title, children, color }: ColumnProps) => {
>
{title}
-
- {children}
-
+ {children}
);
};
@@ -190,7 +188,6 @@ const FooterLink = ({ children, href, isExternal }: FooterLinkProps) => {
{
{mainMenuItem.columns?.map((column, columnIndex) => (
{column.blocks?.map((block, blockIndex) => (
-
+
{block.items?.map((item, itemIndex) => {
if (
item.hide_from_footer ||
@@ -88,7 +88,7 @@ export const Footer = ({ mainMenu, seo }: Props) => {
);
})}
-
+
))}
))}