diff --git a/src/components/admin/editors/FormerNamesEditor.tsx b/src/components/admin/editors/FormerNamesEditor.tsx index f472a4cb..140347bf 100644 --- a/src/components/admin/editors/FormerNamesEditor.tsx +++ b/src/components/admin/editors/FormerNamesEditor.tsx @@ -94,10 +94,14 @@ export function FormerNamesEditor({ names, onChange, currentName }: FormerNamesE
Select the date of your visit to help others understand when this experience occurred.
diff --git a/src/components/ui/date-picker.tsx b/src/components/ui/date-picker.tsx index 3354dc33..abd7bac9 100644 --- a/src/components/ui/date-picker.tsx +++ b/src/components/ui/date-picker.tsx @@ -139,6 +139,7 @@ export function DatePicker({ className="p-3 pointer-events-auto" fromYear={fromYear} toYear={toYear} + captionLayout="dropdown-buttons" /> @@ -175,6 +176,7 @@ export function DatePicker({ className="p-3 pointer-events-auto" fromYear={fromYear} toYear={toYear} + captionLayout="dropdown-buttons" />