Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2211: Onboarding - Status Bar #641

Merged
merged 10 commits into from Dec 7, 2020
Prev

Change back to default view

  • Loading branch information
benstrumeyer committed Dec 7, 2020
commit e4265fa05c90c47f2d611c914e371592a7687908
@@ -43,7 +43,7 @@ const ah = (QueryString.parse(window.location.search).ah === 'true') || false;
*/
const Hub = () => (
<AppView>
<Route exact path="/" render={UpgradePlanView} />
<Route exact path="/" component={UpgradePlanView} />
<Route exact path="/home" component={ah ? UpgradePlanView : HomeView} />
<Route path="/setup" component={SetupView} />
<Route path="/tutorial" component={TutorialView} />
ProTip! Use n and p to navigate between commits in a pull request.