We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f893e19 commit fda8445Copy full SHA for fda8445
src/components/3_organisms/footer-nav.js
@@ -2,7 +2,6 @@ import React from "react";
2
3
import Facebook from "../../images/svgs/facebook.svg";
4
import Twitter from "../../images/svgs/twitter.svg";
5
-import Googleplus from "../../images/svgs/googleplus.svg";
6
import Linkedin from "../../images/svgs/linkedin.svg";
7
import Github from "../../images/svgs/github.svg";
8
@@ -263,13 +262,6 @@ const FooterNav = () => (
263
262
>
264
<Twitter />
265
</a>
266
- <a
267
- target="_blank"
268
- rel="noopener noreferrer"
269
- href="https://plus.google.com/+linode/"
270
- >
271
- <Googleplus />
272
- </a>
273
<a
274
target="_blank"
275
rel="noopener noreferrer"
src/images/svgs/googleplus.svg
0 commit comments