Skip to content

Commit

Permalink
#171 | Search by subject name - Change placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Apr 15, 2024
1 parent f5bba27 commit f02d3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/ImageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</div>
{locationFilter && (
Expand Down

0 comments on commit f02d3fe

Please sign in to comment.