Skip to content

Commit

Permalink
Star link got fixed
Browse files Browse the repository at this point in the history
Fixes facebookarchive#781 and closing (PR) facebookarchive#810 which do not fix this problem.
  • Loading branch information
SMAKSS committed Oct 24, 2020
1 parent 43d30d4 commit 809e755
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,17 @@ class Footer extends React.Component {
<div>
<h5>More</h5>
<a href={this.props.config.baseUrl + 'blog'}>Blog</a>
<a href="https://github.com/facebook/react-360">GitHub</a>
<a href={this.props.config.repoUrl} target="_blank" rel="noreferrer noopener">GitHub</a>
<a
className="github-button"
href={this.props.config.repoUrl}
data-icon="octicon-star"
data-count-href="/facebook/react-360/stargazers"
data-show-count={true}
data-count-aria-label="# stargazers on GitHub"
aria-label="Star this project on GitHub">
aria-label="Star this project on GitHub"
target="_blank"
rel="noreferrer noopener">
Star
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const siteConfig = {

// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
// repoUrl: 'https://github.com/facebook/test-site',
repoUrl: 'https://github.com/facebook/react-360',
};

module.exports = siteConfig;

0 comments on commit 809e755

Please sign in to comment.