Skip to content

Commit b1e9aa5

Browse files
authored
docs: fix invalid jsx in banner block (#11289)
Single quote strings are not supported by our jsx parser
1 parent 2612756 commit b1e9aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fields/date.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ This will add a dropdown to the date picker that allows users to select a timezo
239239

240240
You can customise the available list of timezones in the [global admin config](../admin/overview#timezones).
241241

242-
<Banner type='info'>
242+
<Banner type="info">
243243
**Good to know:**
244244
The date itself will be stored in UTC so it's up to you to handle the conversion to the user's timezone when displaying the date in your frontend.
245245

0 commit comments

Comments
 (0)