diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 5597a37..6fd084a 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -75,8 +75,8 @@ export default function AdminPage() { { text: 'Preview', onClick: () => alert('Preview mode') } ], listItems: [ - { label: 'Settings', icon: Settings }, - { label: 'Logout', icon: LogOut } + { title: 'Settings', status: 'active', icon: Settings }, + { title: 'Logout', status: 'active', icon: LogOut } ], imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am2LJhLLWUokyhthLvKyFV0QpK/uploaded-1773512918447-hg7wldhe.png', searchPlaceholder: 'Search orders...',