From ce6b00cd7b384da0e8ac14413f98780f8f5b565d Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Mon, 29 Sep 2025 20:36:59 +0000 Subject: [PATCH] Improve homepage layout and admin dashboard navigation Remove sorting controls and media outlet title from the homepage. Adjust admin dashboard layout to place the description next to the logo. 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/components/MainContent.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/client/src/components/MainContent.tsx b/client/src/components/MainContent.tsx index 18683b3..ccd4e66 100644 --- a/client/src/components/MainContent.tsx +++ b/client/src/components/MainContent.tsx @@ -88,23 +88,6 @@ export default function MainContent() { return (
- {/* Sorting Controls */} -
-

언론매체

-
- - -
-
- {isLoading ? (
{categories.map((category) => (