From 5667b19f8139f4f92996708b594bbc3b9c4c654c Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 27 Oct 2020 10:52:09 -0500 Subject: [PATCH] fix footer links styles --- components/core/Footer/Footer.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/components/core/Footer/Footer.tsx b/components/core/Footer/Footer.tsx index c6121db1e..ee876813c 100644 --- a/components/core/Footer/Footer.tsx +++ b/components/core/Footer/Footer.tsx @@ -8,6 +8,7 @@ import { Github } from '@components/icons' import { Logo, Container } from '@components/ui' import { I18nWidget } from '@components/core' import s from './Footer.module.css' + interface Props { className?: string children?: any @@ -38,21 +39,21 @@ const Footer: FC = ({ className, pages }) => {