pages and menus

This commit is contained in:
Timur Ercan
2022-12-08 16:04:22 +01:00
parent 08b6957b27
commit ca6fb819c8
5 changed files with 25 additions and 16 deletions
+2 -2
View File
@@ -22,9 +22,9 @@ const user = {
const subNavigation = [
{ name: "Profile", href: "#", icon: UserCircleIcon, current: true },
{ name: "Account", href: "#", icon: CogIcon, current: false },
{ name: "Password", href: "#", icon: KeyIcon, current: false },
{ name: "Integrations", href: "#", icon: SquaresPlusIcon, current: false },
{ name: "Account", href: "#", icon: CogIcon, current: false },
{ name: "Team", href: "#", icon: SquaresPlusIcon, current: false },
];
function classNames(...classes: any) {