0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

Merge remote-tracking branch 'origin/master' into 4.x

# Conflicts:
#	src/webui/components/Header/index.js
#	test/unit/webui/components/__snapshots__/header.spec.js.snap
This commit is contained in:
Juan Picado @jotadeveloper 2018-10-12 07:26:09 +02:00
commit b8055c1d0b
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -103,9 +103,9 @@ class Header extends Component<IProps, IState> {
renderLeftSide(): Node {
return (
<Link to="/">
<a href="{registryUrl}/#/">
<Logo />
</Link>
</a>
);
}