🔥 Supprime le lien vers la page facebook morte

pull/1199/head
Maxime Quandalle 2020-11-06 13:18:51 +01:00
parent 23fe49f6d3
commit 273816476a
2 changed files with 1 additions and 4 deletions

View File

@ -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 (
<svg

View File

@ -108,9 +108,6 @@ export default function Footer() {
</p>
<div style={{ display: 'flex', justifyContent: 'center' }}>
<a href="https://www.facebook.com/monentreprisefr/">
<SocialIcon media="facebook" />
</a>
<a href="https://twitter.com/monentreprisefr">
<SocialIcon media="twitter" />
</a>