Skip to content

Commit

Permalink
chore(website): remove link to users from footer (#7035)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 24, 2018
1 parent e2ebcd0 commit 0cd757b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ class Footer extends React.Component {
</div>
<div>
<h5>Community</h5>
<a
href={
this.props.config.baseUrl + this.props.language + '/users.html'
}
>
User Showcase
</a>
<a
href="https://stackoverflow.com/questions/tagged/jestjs"
target="_blank"
Expand Down

0 comments on commit 0cd757b

Please sign in to comment.