Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scottrigby Facebook says:

"the page may have been removed."

Any jokes? 😆

"I had a GitOps joke, which I accidentally deleted it. But I think it'll be back in a minute."
by @chanwit https://twitter.com/chanwit/status/1287110405907550208

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ❤️ this joke lol

},
menuLinks: [
{
Expand Down
14 changes: 0 additions & 14 deletions src/components/ui/social.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -18,7 +17,6 @@ const Social = ({ color, size, full, mobile, className }) => {
twitter
github
slack
facebook
reddit
}
}
Expand Down Expand Up @@ -63,18 +61,6 @@ const Social = ({ color, size, full, mobile, className }) => {
/>
</div>

<div className={itemClass}>
<ExternalLink
to={site.siteMetadata.social.facebook}
size={size}
color={color}
full={full}
label="Facebook"
attrs={{ "aria-label": "facebook", title: "Join our Facebook page" }}
icon={<Facebook className={iconClass} />}
/>
</div>

<div className={itemClass}>
<ExternalLink
to={site.siteMetadata.social.twitter}
Expand Down
3 changes: 0 additions & 3 deletions src/svg/facebook.svg

This file was deleted.