feat: position filters at center

proto-module-actu-react
Jalil Arfaoui 2023-02-07 01:14:22 +01:00
parent fe99df72c4
commit 50dfaa3442
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export const ListeResistants = () => {
return (
<>
<div id="listeResistants">
<Group>
<Group position="center">
<TextInput icon={<IconUsers />} placeholder="Nom" onChange={filtreNom}/>
<FiltreDepartement onChange={setDepartement}/>
</Group>