remove superfluous parameters

This commit is contained in:
Gabe Farrell 2026-01-12 23:15:39 -05:00
parent 925c308552
commit a2be7c13ab

View file

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