summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/routes/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/index.ts b/src/routes/index.ts
index b4ed2f757..d623ff2c8 100644
--- a/src/routes/index.ts
+++ b/src/routes/index.ts
@@ -18,7 +18,7 @@ export const ROUTES = {
const getInitialRoute = function() {
// TODO: Fetch Recent route from Browser Session?
- return ROUTES.EXPLORE
+ return ROUTES.UNREAD
}
const routes = [