Skip to content

Commit 80ca87f

Browse files
committed
Fix attr typo
1 parent a6e304e commit 80ca87f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/source/setup-guide/app/views/LandingPageApp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ const LandingPageApp = () => {
3030
<FlexBlock className="content-block">
3131
<Text variant="title.medium">{ welcome.title }</Text>
3232

33-
<Text variatn="body">{ welcome.text }</Text>
33+
<Text variant="body">{ welcome.text }</Text>
3434

35-
<Text variatn="body">
35+
<Text variant="body">
3636
<Button
3737
isPrimary
3838
onClick={() => updateQueryString({ view: 'wizard' } ) }

0 commit comments

Comments
 (0)