From b8441265167b719db3db940b76fb4b3b0e0edecd Mon Sep 17 00:00:00 2001 From: Megan Pearson Date: Thu, 25 Oct 2018 14:04:50 +0200 Subject: Updates intro component (#10) * Updates intro component * Remove unused Inner * Use Breakout component in Intro --- packages/dev-tools-pages/ts/pages/Profiler.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/dev-tools-pages/ts/pages/Profiler.tsx') diff --git a/packages/dev-tools-pages/ts/pages/Profiler.tsx b/packages/dev-tools-pages/ts/pages/Profiler.tsx index 462789a16..f147d9d5a 100644 --- a/packages/dev-tools-pages/ts/pages/Profiler.tsx +++ b/packages/dev-tools-pages/ts/pages/Profiler.tsx @@ -5,18 +5,18 @@ import context from 'ts/context/profiler'; import Base from 'ts/components/Base'; import Content from 'ts/components/Content'; import ContentBlock from 'ts/components/ContentBlock'; +import Breakout from 'ts/components/Breakout'; import { Tabs, TabBlock } from 'ts/components/Tabs'; import Code from 'ts/components/Code'; import InlineCode from 'ts/components/InlineCode'; import { List, ListItem } from 'ts/components/List'; -import Breakout from 'ts/components/Breakout'; import { Intro, IntroLead, IntroAside } from 'ts/components/Intro'; function Profiler() { return ( - - + + Sol-profiler gathers line-by-line gas usage for any transaction submitted through your provider. This will help you find unexpected inefficiencies in parts of your smart contract, and take a data-driven approach to optimizing it. -- cgit v1.2.3