Browse Source

Added Github Star badge instead of dummy badge and github link (#144)

pull/149/head
Nimish Bongale 4 years ago
committed by GitHub
parent
commit
5c747f6c3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9197 additions and 11 deletions
  1. +1
    -11
      website/core/Footer.js
  2. +9196
    -0
      website/package-lock.json

+ 1
- 11
website/core/Footer.js View File

@@ -49,17 +49,7 @@ class Footer extends React.Component {
</div>
<div>
<h5>More</h5>
<a href="https://github.com/mingrammer/diagrams">GitHub</a>
<a
className="github-button"
href={this.props.config.repoUrl}
data-icon="octicon-star"
data-count-href="/mingrammer/diagrams/stargazers"
data-show-count="true"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star this project on GitHub">
Star
</a>
<iframe src="https://ghbtns.com/github-btn.html?user=mingrammer&repo=diagrams&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="170" height="30" title="Star mingrammer/diagrams on GitHub"></iframe>
</div>
</section>
<section className="copyright">{this.props.config.copyright}</section>


+ 9196
- 0
website/package-lock.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save