diff --git a/components/layout/footer-menu.tsx b/components/layout/footer-menu.tsx
index feeeec0b0..696f61fc0 100644
--- a/components/layout/footer-menu.tsx
+++ b/components/layout/footer-menu.tsx
@@ -18,9 +18,12 @@ const FooterMenuItem = ({ item }: { item: Menu }) => {
{item.title}
diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx
index e28947b99..e8367eabb 100644
--- a/components/layout/footer.tsx
+++ b/components/layout/footer.tsx
@@ -16,8 +16,8 @@ export default async function Footer() {
const copyrightName = COMPANY_NAME || SITE_NAME || '';
return (
-