Skip to content

Commit

Permalink
fix: date-fns locale link in localization.mdx
Browse files Browse the repository at this point in the history
This simply fixes the url to the locale in date-fns
  • Loading branch information
zaaakher committed May 16, 2024
1 parent 8949a7f commit d991da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/using-daypicker/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 5

| Prop Name | Type | Description |
| ----------------------- | --------------------------------------------- | ------------------------------------------------------------------ |
| `locale` | [`Locale`](http://date-fns.org/docs/Locale) | Set the locale. Default is `en-US`. |
| `locale` | [`Locale`](http://date-fns.org/docs/I18n) | Set the locale. Default is `en-US`. |
| `weekStartsOn` | `1` \| `2` \| `3` \| `4` \| `5` \| `6` \| `7` | Display the days falling into the other months. |
| `firstWeekContainsDate` | `1` \| `4` | Configure the first date in the first week of the year. |
| `ISOWeek` | `boolean` | Use [ISO Week Dates](https://en.wikipedia.org/wiki/ISO_week_date). |
Expand Down

0 comments on commit d991da4

Please sign in to comment.