From c29319e50a17bc2339c5c99bc52299925d21094d Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Tue, 28 Sep 2021 16:07:28 -0400 Subject: [PATCH 1/2] Remove link to nonexistent fb page Signed-off-by: Scott Rigby --- gatsby-config.js | 1 - src/components/ui/social.js | 14 -------------- 2 files changed, 15 deletions(-) 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 }) => { /> -
- } - /> -
-
Date: Tue, 28 Sep 2021 16:31:11 -0400 Subject: [PATCH 2/2] Remove fb page icon Co-authored-by: Nicholas Thomson Signed-off-by: Scott Rigby --- src/svg/facebook.svg | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/svg/facebook.svg diff --git a/src/svg/facebook.svg b/src/svg/facebook.svg deleted file mode 100644 index d170d95..0000000 --- a/src/svg/facebook.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -