aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/components/Intro.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages/ts/components/Intro.tsx')
-rw-r--r--packages/dev-tools-pages/ts/components/Intro.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/dev-tools-pages/ts/components/Intro.tsx b/packages/dev-tools-pages/ts/components/Intro.tsx
index 597dddce0..50fa24c13 100644
--- a/packages/dev-tools-pages/ts/components/Intro.tsx
+++ b/packages/dev-tools-pages/ts/components/Intro.tsx
@@ -2,8 +2,7 @@ import * as React from 'react';
import styled from 'styled-components';
import { media, colors } from '../variables';
-import { Alpha, Beta } from './Typography';
-import Breakout from './Breakout';
+import { Alpha, Lead } from './Typography';
import Code from './Code';
const Main = styled.div`
@@ -43,7 +42,7 @@ function Intro(props: IntroProps) {
<Main>
<Content>
<Title>{props.title}</Title>
- <Beta as="div">{props.children}</Beta>
+ <Lead as="div">{props.children}</Lead>
</Content>
<Breakout>
<Code>Function execute transaction Function execute transaction Function execute transaction</Code>