mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
docs: update footer
This commit is contained in:
parent
6076a5931f
commit
737d873c1d
@ -66,7 +66,10 @@ class Footer extends React.Component {
|
||||
</a>
|
||||
<a href="https://gitter.im/verdaccio">Project Chat</a>
|
||||
<a href="https://twitter.com/verdaccio_npm" target="_blank">
|
||||
Twitter
|
||||
<img
|
||||
alt="Follow Verdaccio on Twitter"
|
||||
src="https://img.shields.io/twitter/follow/verdaccio_npm.svg?label=Follow+Verdaccio&style=social"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
@ -85,21 +88,6 @@ class Footer extends React.Component {
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<a
|
||||
href="https://code.facebook.com/projects/"
|
||||
target="_blank"
|
||||
className="fbOpenSource">
|
||||
<img
|
||||
src={this.props.config.baseUrl + 'img/oss_logo.png'}
|
||||
alt="Facebook Open Source"
|
||||
width="170"
|
||||
height="45"
|
||||
/>
|
||||
</a>
|
||||
<section className="copyright">
|
||||
Copyright © {currentYear} Facebook Inc.
|
||||
</section>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user