mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
refactor:
This commit is contained in:
parent
ceed91c1b6
commit
0f33cddda3
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ .help {
|
|||
font-size: 24px;
|
||||
}
|
||||
|
||||
p {
|
||||
.noPkgIntro {
|
||||
line-height: 1.5;
|
||||
margin: 0 auto;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -18,7 +18,7 @@ const Help = () => {
|
|||
<h1 className={classes.noPkgTitle}>
|
||||
No Package Published Yet
|
||||
</h1>
|
||||
<p>
|
||||
<div className={classes.noPkgIntro}>
|
||||
<div>
|
||||
To publish your first package just:
|
||||
</div>
|
||||
|
@ -34,7 +34,7 @@ const Help = () => {
|
|||
{`npm publish --registry ${registryURL}`}
|
||||
</SyntaxHighlighter>
|
||||
<strong>3. Refresh this page!</strong>
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue