From 7a5cfa43d9c49ae9c846a66698b261760f5c7987 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Mon, 29 Sep 2025 21:44:23 +0000 Subject: [PATCH] Update auction page layout and information display Adjusted the layout of the auction page by moving the title and description to the header next to the logo. Modified auction cards to display only the media outlet name, removing redundant information and improving clarity. 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/bLfICpO --- client/src/pages/Auctions.tsx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/client/src/pages/Auctions.tsx b/client/src/pages/Auctions.tsx index 346ae5c..9f77672 100644 --- a/client/src/pages/Auctions.tsx +++ b/client/src/pages/Auctions.tsx @@ -163,7 +163,7 @@ export default function Auctions() {
-
+
+
+

Media Outlet Auctions

+

Bid for exclusive editorial rights and content management privileges

+
@@ -210,15 +214,9 @@ export default function Auctions() {
- {/* Page Header */} + {/* Auction Explanation */}
-

Media Outlet Auctions

-

- Bid for exclusive editorial rights and content management privileges -

- - {/* Auction Explanation */} - +

How Auctions Work

@@ -275,11 +273,7 @@ export default function Auctions() {
-

{auction.title}

-

- {getMediaOutletName(auction.mediaOutletId)} -

-

{auction.description}

+

{getMediaOutletName(auction.mediaOutletId)}

{status.text}