english to french translations

This commit is contained in:
Owen Rees
2023-06-26 19:36:19 +02:00
parent 53da33bf43
commit c1757b18c0
6 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const SearchBar = ({
type="text"
id="table-search"
className="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-80 pl-10 p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
placeholder="Search for items"
placeholder="Recherche"
value={tournamentFilter}
onChange={(e) => setTournamentFilter(e.target.value)}
/>