diff --git a/gatsby-config.js b/gatsby-config.js index c66248c..12f0699 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -11,7 +11,6 @@ module.exports = { slack: "https://slack.cncf.io", twitter: "https://twitter.com/opengitops", reddit: "https://www.reddit.com/r/GitOps", - facebook: "https://facebook.com/open-gitops", }, menuLinks: [ { diff --git a/src/components/ui/social.js b/src/components/ui/social.js index e536b97..da31a74 100644 --- a/src/components/ui/social.js +++ b/src/components/ui/social.js @@ -2,7 +2,6 @@ import * as React from "react" import { useStaticQuery, graphql } from "gatsby" import classNames from "classnames" import ExternalLink from "./external-link" -import Facebook from "../../svg/facebook.svg" import Github from "../../svg/github.svg" import Slack from "../../svg/slack.svg" import Twitter from "../../svg/twitter.svg" @@ -18,7 +17,6 @@ const Social = ({ color, size, full, mobile, className }) => { twitter github slack - facebook reddit } } @@ -63,18 +61,6 @@ const Social = ({ color, size, full, mobile, className }) => { /> -
- } - /> -
-
- -