aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/pages/Profiler.tsx
diff options
context:
space:
mode:
authorAugust Skare <post@augustskare.no>2018-10-25 20:14:47 +0800
committerAugust Skare <post@augustskare.no>2018-10-25 20:15:47 +0800
commitfb24a18f3faa99736562e363e68fe077f56d760a (patch)
tree17577b5b1d78fd4b19db4b103e8500ef9cf189f1 /packages/dev-tools-pages/ts/pages/Profiler.tsx
parent1899493ca89d9d357d7a7641eabe2b49e9e31c32 (diff)
downloaddexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar
dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.gz
dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.bz2
dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.lz
dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.xz
dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.tar.zst
dexon-sol-tools-fb24a18f3faa99736562e363e68fe077f56d760a.zip
fix dom elements type in intro
Diffstat (limited to 'packages/dev-tools-pages/ts/pages/Profiler.tsx')
-rw-r--r--packages/dev-tools-pages/ts/pages/Profiler.tsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/dev-tools-pages/ts/pages/Profiler.tsx b/packages/dev-tools-pages/ts/pages/Profiler.tsx
index f147d9d5a..b8e78264e 100644
--- a/packages/dev-tools-pages/ts/pages/Profiler.tsx
+++ b/packages/dev-tools-pages/ts/pages/Profiler.tsx
@@ -17,9 +17,11 @@ function Profiler() {
<Base context={context}>
<Intro>
<IntroLead title="Headline">
- 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.
+ <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
+ data-driven approach to optimizing it.
+ </p>
</IntroLead>
<IntroAside>
<Code language="javascript" diff gutterLength={6} gutter={[15, 15, undefined, 21747, 20303, 1435]}>