add browser sessions to oss router/nav (#3773)

This commit is contained in:
Jonathan Dobson
2025-10-20 10:39:19 -04:00
committed by GitHub
parent d639b569cb
commit 072b615f01
2 changed files with 11 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import { cn } from "@/util/utils";
import {
CounterClockwiseClockIcon,
GearIcon,
GlobeIcon,
LightningBoltIcon,
} from "@radix-ui/react-icons";
import { KeyIcon } from "@/components/icons/KeyIcon.tsx";
@@ -36,6 +37,11 @@ function SideNav() {
to: "/history",
icon: <CounterClockwiseClockIcon className="size-6" />,
},
{
label: "Browsers",
to: "/browser-sessions",
icon: <GlobeIcon className="size-6" />,
},
]}
/>
<NavLinkGroup