Bw/fix recc link (#83)

This commit is contained in:
Ben Warzeski
2022-12-02 11:38:24 -05:00
committed by GitHub
parent b6c8f7e3b2
commit 496abc5bfb

View File

@@ -33,10 +33,10 @@ subscribe(APP_READY, () => {
<IntlProvider locale="en">
<AppProvider store={store}>
<Switch>
<PageRoute path="/courses">
<PageRoute path="/">
<App />
</PageRoute>
<Redirect to="/courses" />
<Redirect to="/" />
</Switch>
</AppProvider>
</IntlProvider>,