rm facebook share link

This commit is contained in:
zramsay 2024-08-07 10:48:17 -04:00
parent 3ff0eb90bb
commit 8eb45bf90e

View File

@ -44,13 +44,6 @@ const Shares = ({ url }: SharesProps) => {
<Telegram />
</a>
</Link>
<Link
href={`https://www.facebook.com/sharer/sharer.php?u=${encodedUrl}`}
>
<a target="_blank">
<Facebook />
</a>
</Link>
</div>
</Container>
</Section>