add browser sessions to oss router/nav (#3773)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user