rename debug to system (#4447)

This commit is contained in:
Blake Blackshear
2022-11-20 08:56:48 -06:00
committed by GitHub
parent ebdf36e0b9
commit 82432a78b7
5 changed files with 11 additions and 11 deletions

View File

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