mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
icon
This commit is contained in:
@ -10,6 +10,7 @@ import {
|
|||||||
SquaresPlusIcon,
|
SquaresPlusIcon,
|
||||||
UserCircleIcon,
|
UserCircleIcon,
|
||||||
XMarkIcon,
|
XMarkIcon,
|
||||||
|
UsersIcon,
|
||||||
} from "@heroicons/react/24/outline";
|
} from "@heroicons/react/24/outline";
|
||||||
|
|
||||||
const user = {
|
const user = {
|
||||||
@ -24,7 +25,7 @@ const subNavigation = [
|
|||||||
{ name: "Profile", href: "#", icon: UserCircleIcon, current: true },
|
{ name: "Profile", href: "#", icon: UserCircleIcon, current: true },
|
||||||
{ name: "Password", href: "#", icon: KeyIcon, current: false },
|
{ name: "Password", href: "#", icon: KeyIcon, current: false },
|
||||||
{ name: "Account", href: "#", icon: CogIcon, current: false },
|
{ name: "Account", href: "#", icon: CogIcon, current: false },
|
||||||
{ name: "Team", href: "#", icon: SquaresPlusIcon, current: false },
|
{ name: "Team", href: "#", icon: UsersIcon, current: false },
|
||||||
];
|
];
|
||||||
|
|
||||||
function classNames(...classes: any) {
|
function classNames(...classes: any) {
|
||||||
|
|||||||
Reference in New Issue
Block a user