We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512e0d3 commit b7d7dd2Copy full SHA for b7d7dd2
src/components/Start/Checks/VerifyButton.tsx
@@ -15,7 +15,7 @@ export default class VerifyButton extends React.Component<{
15
return (
16
<FlatButton
17
label='Verify Setup Complete'
18
- primtary={true}
+ primary={true}
19
onTouchTap={this.props.verify}
20
/>
21
);
0 commit comments