add a ? to the events href in the sidebar

This commit is contained in:
Kacy Koelliker 2022-01-11 19:23:53 -07:00
parent bb68a2405b
commit 923e2ca721

View File

@ -51,7 +51,7 @@ export default function Sidebar() {
}
</Match>
{birdseye?.enabled ? <Destination href="/birdseye" text="Birdseye" /> : null}
<Destination href="/events" text="Events" />
<Destination href="/events?" text="Events" />
<Destination href="/debug" text="Debug" />
<Separator />
<div className="flex flex-grow" />