diff --git a/src/components/Footer/LinksColumn.tsx b/src/components/Footer/LinksColumn.tsx index caca4a0..46bbdfc 100644 --- a/src/components/Footer/LinksColumn.tsx +++ b/src/components/Footer/LinksColumn.tsx @@ -13,7 +13,7 @@ export const LinksColumn: React.FC<{ sectionKey: string; links: Array }> {t(`footer.${sectionKey}.title`)} - {links.map((link) => ( + {links.map(link => ( {t(`footer.${sectionKey}.${link}`)}