Skip to content

Commit

Permalink
refactor:
Browse files Browse the repository at this point in the history
  • Loading branch information
64b2b6d12bfe4baae7dad3d01 authored and juanpicado committed Jan 7, 2018
1 parent ceed91c commit 0f33cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/webui/src/components/Help/help.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-size: 24px;
}

p {
.noPkgIntro {
line-height: 1.5;
margin: 0 auto;
font-size: 14px;
Expand Down
4 changes: 2 additions & 2 deletions src/webui/src/components/Help/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -34,7 +34,7 @@ const Help = () => {
{`npm publish --registry ${registryURL}`}
</SyntaxHighlighter>
<strong>3. Refresh this page!</strong>
</p>
</div>
</li>
</div>
);
Expand Down

0 comments on commit 0f33cdd

Please sign in to comment.