We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e304e commit 80ca87fCopy full SHA for 80ca87f
1 file changed
assets/source/setup-guide/app/views/LandingPageApp.js
@@ -30,9 +30,9 @@ const LandingPageApp = () => {
30
<FlexBlock className="content-block">
31
<Text variant="title.medium">{ welcome.title }</Text>
32
33
- <Text variatn="body">{ welcome.text }</Text>
+ <Text variant="body">{ welcome.text }</Text>
34
35
- <Text variatn="body">
+ <Text variant="body">
36
<Button
37
isPrimary
38
onClick={() => updateQueryString({ view: 'wizard' } ) }
0 commit comments