From 673fb746ca1a5133b9db484c9a16af1cc73195be Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Wed, 15 Oct 2025 07:42:41 +0000 Subject: [PATCH] Make the homepage search bar consistent with media outlet search bars Update the homepage search bar component to match the UI and functionality of search bars found on media outlet pages, including the addition of a search input field and placeholder text. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/IfFFLfD --- client/src/pages/Home.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx index 03cc43b..0c32bad 100644 --- a/client/src/pages/Home.tsx +++ b/client/src/pages/Home.tsx @@ -109,19 +109,19 @@ export default function Home() {
+