Skip to content

Commit

Permalink
style: wording dans la recherche
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Sep 16, 2024
1 parent 64da726 commit 82d4403
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export default function ResearchFormationsResult({
<Grid container spacing={2}>
<Grid item xs={12}>
<Typography variant="h6">
{city} : {pagination?.total} formations
Proche de {city} : {pagination?.total} formations
</Typography>
</Grid>

Expand Down
6 changes: 6 additions & 0 deletions ui/app/components/form/AddressField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ const CustomPopper = ({ isMobile, isFocus, ...props }: PopperProps & { isFocus:
) : (
<Popper
{...props}
modifiers={[
{
name: "flip",
enabled: false,
},
]}
placement="bottom-start"
sx={{
marginTop: "18px !important",
Expand Down

0 comments on commit 82d4403

Please sign in to comment.