aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx
index da751ca..ad08a87 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -125,7 +125,7 @@ class MainTabs extends React.Component<MainTabsProps> {
{console.log(location)}
<Route exact path="/snow" component={Snow} />
<Route exact path="/about" component={About} />
- <Route exact path="/" render={() => <Redirect to="/settings" />}/>
+ <Route exact path="/" render={() => <Redirect to="/snow" />}/>
</Switch>
</div>
</CSSTransition>