diff options
merge
Diffstat (limited to 'ui/app/pages/first-time-flow/end-of-flow/end-of-flow.component.js')
-rw-r--r-- | ui/app/pages/first-time-flow/end-of-flow/end-of-flow.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/pages/first-time-flow/end-of-flow/end-of-flow.component.js b/ui/app/pages/first-time-flow/end-of-flow/end-of-flow.component.js index c4292331b..83b0e7fc6 100644 --- a/ui/app/pages/first-time-flow/end-of-flow/end-of-flow.component.js +++ b/ui/app/pages/first-time-flow/end-of-flow/end-of-flow.component.js @@ -71,7 +71,7 @@ export default class EndOfFlowScreen extends PureComponent { </a>. </div> <Button - type="confirm" + type="primary" className="first-time-flow__button" onClick={async () => { await completeOnboarding() |