Improve the frontend modals
This commit is contained in:
@@ -35,7 +35,12 @@ import {
|
||||
LogOut,
|
||||
MoreHorizontal,
|
||||
X,
|
||||
Search
|
||||
Search,
|
||||
Leaf,
|
||||
ChefHat,
|
||||
ClipboardCheck,
|
||||
BrainCircuit,
|
||||
Cog
|
||||
} from 'lucide-react';
|
||||
|
||||
export interface SidebarProps {
|
||||
@@ -109,6 +114,11 @@ const iconMap: Record<string, React.ComponentType<{ className?: string }>> = {
|
||||
settings: Settings,
|
||||
user: User,
|
||||
'credit-card': CreditCard,
|
||||
leaf: Leaf,
|
||||
'chef-hat': ChefHat,
|
||||
'clipboard-check': ClipboardCheck,
|
||||
'brain-circuit': BrainCircuit,
|
||||
cog: Cog,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user