menu animation
This commit is contained in:
@@ -24,15 +24,8 @@ const subNavigation = [
|
||||
{ name: "Profile", href: "#", icon: UserCircleIcon, current: true },
|
||||
{ name: "Account", href: "#", icon: CogIcon, current: false },
|
||||
{ name: "Password", href: "#", icon: KeyIcon, current: false },
|
||||
{ name: "Notifications", href: "#", icon: BellIcon, current: false },
|
||||
{ name: "Billing", href: "#", icon: CreditCardIcon, current: false },
|
||||
{ name: "Integrations", href: "#", icon: SquaresPlusIcon, current: false },
|
||||
];
|
||||
const userNavigation = [
|
||||
{ name: "Your Profile", href: "#" },
|
||||
{ name: "Settings", href: "#" },
|
||||
{ name: "Sign out", href: "#" },
|
||||
];
|
||||
|
||||
function classNames(...classes: any) {
|
||||
return classes.filter(Boolean).join(" ");
|
||||
|
||||
Reference in New Issue
Block a user