diff --git a/web/src/hooks/barItems.tsx b/web/src/hooks/barItems.tsx index 1b61df5..567ffd3 100644 --- a/web/src/hooks/barItems.tsx +++ b/web/src/hooks/barItems.tsx @@ -1,5 +1,5 @@ import { useAuth } from "@/store/auth"; -import { Blocks, Home, User, Users } from "lucide-react"; +import { Blocks, Home, User, UserLock, Users } from "lucide-react"; import { useCallback, type ReactNode } from "react"; import { useLocation } from "react-router"; @@ -81,6 +81,12 @@ export const useBarItems = (): [Item[], (item: Item) => boolean] => { tab: "admin.users", pathname: "/admin/users", }, + { + icon: , + title: "User Sessions", + tab: "admin.user-sessions", + pathname: "/admin/user-sessions", + }, ] : []), ],