diff options
author | August Skare <post@augustskare.no> | 2018-11-07 16:10:25 +0800 |
---|---|---|
committer | August Skare <post@augustskare.no> | 2018-11-07 16:10:25 +0800 |
commit | 2dfca078fdf3cddb551fb33f913aade1a2e902e1 (patch) | |
tree | b97b3c1065787a85f30e85141a6b4c8c0fbac441 /packages/dev-tools-pages/ts/pages | |
parent | 9006e8fced685c9a6077d68691223005de2a1cbd (diff) | |
download | dexon-sol-tools-2dfca078fdf3cddb551fb33f913aade1a2e902e1.tar dexon-sol-tools-2dfca078fdf3cddb551fb33f913aade1a2e902e1.tar.gz dexon-sol-tools-2dfca078fdf3cddb551fb33f913aade1a2e902e1.tar.bz2 dexon-sol-tools-2dfca078fdf3cddb551fb33f913aade1a2e902e1.tar.lz dexon-sol-tools-2dfca078fdf3cddb551fb33f913aade1a2e902e1.tar.xz dexon-sol-tools-2dfca078fdf3cddb551fb33f913aade1a2e902e1.tar.zst dexon-sol-tools-2dfca078fdf3cddb551fb33f913aade1a2e902e1.zip |
copy changes
Diffstat (limited to 'packages/dev-tools-pages/ts/pages')
-rw-r--r-- | packages/dev-tools-pages/ts/pages/Profiler.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/pages/Profiler.tsx b/packages/dev-tools-pages/ts/pages/Profiler.tsx index d45721937..1021e43a3 100644 --- a/packages/dev-tools-pages/ts/pages/Profiler.tsx +++ b/packages/dev-tools-pages/ts/pages/Profiler.tsx @@ -16,7 +16,7 @@ function Profiler() { return ( <Base context={context}> <Intro> - <IntroLead title="Headline"> + <IntroLead title="Outline gas usage"> <p> 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 |