fix rewind default page

This commit is contained in:
Gabe Farrell 2026-01-12 23:08:31 -05:00
parent 9678117c05
commit 925c308552
3 changed files with 11 additions and 7 deletions

View file

@ -45,7 +45,9 @@ export default function Sidebar() {
<SidebarSearch size={iconSize} />
<SidebarItem
space={10}
to={`/rewind?${getRewindParams()}`}
to={`/rewind?year=${getRewindParams().year}&month=${
getRewindParams().month
}`}
name="Rewind"
onClick={() => {}}
modal={<></>}