Skip to content

Commit

Permalink
(date picker) update broken link in variant table (#3781)
Browse files Browse the repository at this point in the history
* Update usage.mdx

* Update usage.mdx

* chore(format): run yarn format

---------

Co-authored-by: TJ Egan <[email protected]>
  • Loading branch information
laurenmrice and tw15egan authored Oct 20, 2023
1 parent f9f99f9 commit 70e4afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/date-picker/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can customize the time picker's format depending on location or need.
| -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Simple date input](/components/date-picker/usage#simple-date-input) | Use if the date can be remembered by the user easily, such as a date of birth, and they don’t need a calendar to anticipate the dates. It consists only of input fields. |
| [Calendar picker](/components/date-picker/usage#calendar-pickers) | Use a calendar picker (single or range) when the user needs to know a date's relationship to other days or when a date could be variable. The user can view and pick dates from a calendar widget or manually type them in the text field. |
| [Time picker](/date-picker/usage#time-pickers) | Use when asking the user to input a specific time. |
| [Time picker](/components/date-picker/usage/#time-pickers) | Use when asking the user to input a specific time. |

## Live demo

Expand Down

1 comment on commit 70e4afc

@vercel
Copy link

@vercel vercel bot commented on 70e4afc Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.