diff --git a/src/components/ToolsGrid.astro b/src/components/ToolsGrid.astro
index 95620a8..b47b54f 100644
--- a/src/components/ToolsGrid.astro
+++ b/src/components/ToolsGrid.astro
@@ -46,6 +46,20 @@ import OpensInNewTab from "./OpensInNewTab.astro";
{tool.actionLabel}
+ {
+ tool.facebookHref ? (
+
+ Facebook
+
+
+ ) : null
+ }
{
tool.githubHref ? (