Skip to content

Commit

Permalink
Fix "Add your company" button
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos committed Jan 30, 2017
1 parent 5c717be commit 71e7ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/jest/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class UserShowcase extends React.Component {
</div>
<p>Is your company using Jest?
</p>
<a className="button">Add your company</a>
<a href="https://github.com/facebook/jest/edit/master/website/siteConfig.js" className="button">Add your company</a>
</div>
</Container>
</div>
Expand Down

0 comments on commit 71e7ffd

Please sign in to comment.