Skip to content

Commit 74bc835

Browse files
committed
better defaults
1 parent 7646898 commit 74bc835

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/routes/stats/npm/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -951,15 +951,15 @@ function RouteComponent() {
951951
case '90-days':
952952
return 'weekly'
953953
case '180-days':
954-
return 'monthly'
954+
return 'weekly'
955955
case '365-days':
956-
return 'monthly'
956+
return 'weekly'
957957
case '730-days':
958958
return 'monthly'
959959
case '1825-days':
960-
return 'yearly'
960+
return 'monthly'
961961
case 'all-time':
962-
return 'yearly'
962+
return 'monthly'
963963
}
964964
})()
965965

0 commit comments

Comments
 (0)