From df3036a14b7499fbe43abaf52ff5a42b9918bc06 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:30:39 +0000 Subject: [PATCH] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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...', -- 2.49.1