|
@ -172,7 +172,7 @@ class SwitchingColumnsArea extends React.PureComponent { |
|
|
|
|
|
|
|
|
if (signedIn) { |
|
|
if (signedIn) { |
|
|
if (mobile) { |
|
|
if (mobile) { |
|
|
redirect = <Redirect from='/' to='/home' exact />; |
|
|
|
|
|
|
|
|
redirect = <Redirect from='/' to='/public/local' exact />; |
|
|
} else { |
|
|
} else { |
|
|
redirect = <Redirect from='/' to='/getting-started' exact />; |
|
|
redirect = <Redirect from='/' to='/getting-started' exact />; |
|
|
} |
|
|
} |
|
|