Skip to content
Snippets Groups Projects
Commit 5321aed2 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

have the installing user go through our new user onboarding.

parent a72b7f28
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ export default class Setup extends Component {
<section className="SetupStep rounded SetupStep--active flex flex-column layout-centered p4">
<h1 style={{fontSize: "xx-large"}} className="text-normal pt2">You're all set up!</h1>
<div className="pt4 pb2">
<a className="Button Button--primary" href="/" onClick={this.completeSetup.bind(this)}>Take me to Metabase</a>
<a className="Button Button--primary" href="/?new" onClick={this.completeSetup.bind(this)}>Take me to Metabase</a>
</div>
</section>
: null }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment