We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7ace4 commit bcc067cCopy full SHA for bcc067c
packages/web/src/app/time-navigator.tsx
@@ -62,13 +62,13 @@ function TimeNavigator({
62
</p>
63
<TimeChangeButton
64
dispatchAppState={dispatchAppState}
65
- nextTimestamp={subDays(currentTimestamp, -1)}
+ nextTimestamp={subDays(currentTimestamp, 1)}
66
>
67
← Day
68
</TimeChangeButton>
69
70
71
- nextTimestamp={subHours(currentTimestamp, -1)}
+ nextTimestamp={subHours(currentTimestamp, 1)}
72
73
← Hour
74
0 commit comments