From 28761122d809b07b29c09ee6739763c9e231dd6d Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Fri, 6 Jul 2018 02:10:29 -0700 Subject: [PATCH] Move help to the right side of toolbar in landing screen --- application.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.tsx b/application.tsx index 5d2d0cc..ecbed18 100644 --- a/application.tsx +++ b/application.tsx @@ -93,8 +93,8 @@ export class Toolbar extends ReloadableComponent { if (!this.props.profile) { return (
-
{help}
🔬speedscope +
{help}
) }