Skip to content

Commit

Permalink
Merge pull request #84 from wri/feat/FLAG-1028
Browse files Browse the repository at this point in the history
Remove Community Forum link from header and footer
  • Loading branch information
wri7tno committed Feb 19, 2024
2 parents e6f5187 + 1fce749 commit 770875e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions src/components/footer/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import TwitterIcon from 'assets/icons/social/twitter.svg';
import FacebookIcon from 'assets/icons/social/facebook.svg';
import InstagramIcon from 'assets/icons/social/instagram.svg';
import YoutubeIcon from 'assets/icons/social/youtube.svg';
import GoogleplusIcon from 'assets/icons/social/google-plus.svg';

export default {
links: [
Expand Down Expand Up @@ -52,10 +51,5 @@ export default {
link: 'https://www.youtube.com/channel/UCAsamYre1KLulf4FD-xJfLA',
icon: YoutubeIcon,
},
{
label: 'google plus',
link: 'https://groups.google.com/forum/#!forum/globalforestwatch',
icon: GoogleplusIcon,
},
],
};
9 changes: 0 additions & 9 deletions src/components/header/components/submenu-panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,15 +282,6 @@ class SubmenuPanel extends PureComponent {
<a href="/faq">FAQ</a>
</li>
*/}
<li className="nav-item">
<a
href="https://groups.google.com/forum/#!forum/globalforestwatch"
target="_blank"
rel="noopener noreferrer"
>
COMMUNITY FORUM
</a>
</li>
<li className="nav-item">
<a href="/grants-and-fellowships/projects/">
GRANTS & OPPORTUNITIES
Expand Down
4 changes: 0 additions & 4 deletions src/components/header/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ export default {
href: '/faq/',
},
*/
{
label: 'Community Forum',
extLink: 'https://groups.google.com/forum/#!forum/globalforestwatch/',
},
{
label: 'Grants & Opportunities',
href: '/grants-and-fellowships/projects/',
Expand Down

0 comments on commit 770875e

Please sign in to comment.