change(ui) - text changes

This commit is contained in:
Shekar Siri 2022-08-24 17:02:55 +02:00
parent b23f222cfa
commit 04e698e025

View file

@ -29,7 +29,7 @@ function AlertsSearch({ changeSearch }: Props) {
value={inputValue}
name="alertsSearch"
className="bg-white p-2 border border-borderColor-gray-light-shade rounded w-full pl-10"
placeholder="Filter by title or type"
placeholder="Filter by title"
onChange={write}
/>
</div>