From 273816476a30e56a5024e19a50ba17a31e9c18ed Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Fri, 6 Nov 2020 13:18:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Supprime=20le=20lien=20vers=20la?= =?UTF-8?q?=20page=20facebook=20morte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mon-entreprise/source/components/ui/SocialIcon.tsx | 2 +- .../source/sites/mon-entreprise.fr/layout/Footer/Footer.tsx | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/mon-entreprise/source/components/ui/SocialIcon.tsx b/mon-entreprise/source/components/ui/SocialIcon.tsx index 38cf5bd91..556900c6e 100644 --- a/mon-entreprise/source/components/ui/SocialIcon.tsx +++ b/mon-entreprise/source/components/ui/SocialIcon.tsx @@ -34,7 +34,7 @@ export const icons = { } } -export default function({ media }: { media: keyof typeof icons }) { +export default function SocialIcon({ media }: { media: keyof typeof icons }) { const { color } = useContext(ThemeColorsContext) return (
- - -