From f02d3fe88dae8a0f968e99859872b5524d63c182 Mon Sep 17 00:00:00 2001 From: Joy A Date: Mon, 15 Apr 2024 11:07:59 +0530 Subject: [PATCH] #171 | Search by subject name - Change placeholder --- client/components/ImageList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/ImageList.tsx b/client/components/ImageList.tsx index 8fa030b..422dd30 100644 --- a/client/components/ImageList.tsx +++ b/client/components/ImageList.tsx @@ -787,7 +787,7 @@ export default function ImageList() { className="w-full px-4 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-teal-500 focus:border-teal-500" value={subjectName} onChange={(e) => setSubjectName(e.target.value)} - placeholder="Subject Name" + placeholder="Name" /> {locationFilter && (