🔥 Supprime le lien vers la page facebook morte
parent
23fe49f6d3
commit
273816476a
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue