From 61fd5664cfc22322d5dd6c8d509d8d9514bef52c Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Mon, 29 Sep 2025 20:37:52 +0000 Subject: [PATCH] Update admin dashboard layout and add auction functionality Adjust the layout of the Admin Dashboard page in client/src/pages/AdminDashboard.tsx to include the description next to the logo and ensure the footer is always fixed. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/gVirbWH --- client/src/pages/AdminDashboard.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/client/src/pages/AdminDashboard.tsx b/client/src/pages/AdminDashboard.tsx index bcbc204..a0cf14d 100644 --- a/client/src/pages/AdminDashboard.tsx +++ b/client/src/pages/AdminDashboard.tsx @@ -105,7 +105,7 @@ export default function AdminDashboard() {
-
+
+
+
+

Admin Dashboard

+

Search and select media outlets to manage

+
@@ -151,13 +156,6 @@ export default function AdminDashboard() {
-
-
-

Admin Dashboard

-

Search and select media outlets to manage

-
-
- {outletsLoading ? (
{Array.from({ length: 12 }).map((_, i) => (