Move help to the right side of toolbar in landing screen

This commit is contained in:
Jamie Wong
2018-07-06 02:10:32 -07:00
parent a4e634c9dd
commit 28761122d8
+1 -1
View File
@@ -93,8 +93,8 @@ export class Toolbar extends ReloadableComponent<ToolbarProps, void> {
if (!this.props.profile) {
return (
<div className={css(style.toolbar)}>
<div className={css(style.toolbarLeft)}>{help}</div>
🔬speedscope
<div className={css(style.toolbarRight)}>{help}</div>
</div>
)
}