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:
commit
b8055c1d0b
1 changed files with 202 additions and 202 deletions
|
@ -103,9 +103,9 @@ class Header extends Component<IProps, IState> {
|
|||
|
||||
renderLeftSide(): Node {
|
||||
return (
|
||||
<Link to="/">
|
||||
<a href="{registryUrl}/#/">
|
||||
<Logo />
|
||||
</Link>
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue