From b4e306a1c94b4c10eeaef0db1fbe5d65a4ce6d4d Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Mon, 29 Sep 2025 19:46:03 +0000 Subject: [PATCH] Update admin dashboard to allow navigation to homepage via logo Remove the 'Home' button from the admin dashboard header and make the SAPIENS logo clickable to navigate to the homepage. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/YptCfK0 --- client/src/pages/AdminDashboard.tsx | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/client/src/pages/AdminDashboard.tsx b/client/src/pages/AdminDashboard.tsx index 0abcf50..7bebb55 100644 --- a/client/src/pages/AdminDashboard.tsx +++ b/client/src/pages/AdminDashboard.tsx @@ -106,12 +106,14 @@ export default function AdminDashboard() {
+
+
+