diff --git a/website/docs/guides/input-fields.mdx b/website/docs/guides/input-fields.mdx index 71ab59946..15e283216 100644 --- a/website/docs/guides/input-fields.mdx +++ b/website/docs/guides/input-fields.mdx @@ -84,7 +84,7 @@ export function Input() { mode="single" selected={selectedDate} onSelect={handleDayPickerSelect} - footer={`Selected: ${selectedDate?.toDateString()`} + footer={`Selected: ${selectedDate?.toDateString()}`} /> );