Move help to the right side of toolbar in landing screen
This commit is contained in:
+1
-1
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user