updates
This commit is contained in:
@@ -11,7 +11,9 @@ import {
|
||||
Menu,
|
||||
X,
|
||||
CreditCard,
|
||||
MessageCircle
|
||||
MessageCircle,
|
||||
Award,
|
||||
Users
|
||||
} from 'lucide-react';
|
||||
import useAuthStore from '../../store/useAuthStore';
|
||||
import { useChatNotifications } from '../../contexts/ChatNotificationContext';
|
||||
@@ -104,6 +106,16 @@ const SidebarStaff: React.FC<SidebarStaffProps> = ({
|
||||
icon: CreditCard,
|
||||
label: 'Payments'
|
||||
},
|
||||
{
|
||||
path: '/staff/loyalty',
|
||||
icon: Award,
|
||||
label: 'Loyalty Program'
|
||||
},
|
||||
{
|
||||
path: '/staff/guest-profiles',
|
||||
icon: Users,
|
||||
label: 'Guest Profiles'
|
||||
},
|
||||
{
|
||||
path: '/staff/chats',
|
||||
icon: MessageCircle,
|
||||
|
||||
Reference in New Issue
Block a user