mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-25 02:32:52 -05:00
refactor: add links to verdaccio official website
This commit is contained in:
parent
b35ccc2f28
commit
3b568cd74b
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,10 @@ export default class Footer extends React.Component {
|
|||
|
||||
<div className={classes.right}>
|
||||
Powered by
|
||||
<img className={classes.logo} src={logo} alt="Verdaccio" title="Verdaccio"/>
|
||||
{ /* Can't switch to HTTPS due it hosted on GitHub Pages */ }
|
||||
<a href="http://www.verdaccio.org/">
|
||||
<img className={classes.logo} src={logo} alt="Verdaccio" title="Verdaccio"/>
|
||||
</a>
|
||||
/
|
||||
{__APP_VERSION__}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue