Skip to content

Commit b02cbfa

Browse files
authored
Merge pull request linode#40 from stvnjacobs/fix/remove-g-plus
remove google plus since google plus is no more
2 parents c4e16e5 + fda8445 commit b02cbfa

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/components/3_organisms/footer-nav.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from "react";
22

33
import Facebook from "../../images/svgs/facebook.svg";
44
import Twitter from "../../images/svgs/twitter.svg";
5-
import Googleplus from "../../images/svgs/googleplus.svg";
65
import Linkedin from "../../images/svgs/linkedin.svg";
76
import Github from "../../images/svgs/github.svg";
87

@@ -263,13 +262,6 @@ const FooterNav = () => (
263262
>
264263
<Twitter />
265264
</a>
266-
<a
267-
target="_blank"
268-
rel="noopener noreferrer"
269-
href="https://plus.google.com/+linode/"
270-
>
271-
<Googleplus />
272-
</a>
273265
<a
274266
target="_blank"
275267
rel="noopener noreferrer"

src/images/svgs/googleplus.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)