fix: DatePicker should say Wed instead of Web (#1046)

DatePicker should say Wed instead of Web
pull/1048/head
Nitin Khanna 2 years ago committed by GitHub
parent 8b92021b1a
commit 26700a1ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,7 +69,7 @@ const DatePicker: React.FC<DatePickerProps> = (props: DatePickerProps) => {
<div className="date-picker-day-header">
<span className="day-item">Mon</span>
<span className="day-item">Tue</span>
<span className="day-item">Web</span>
<span className="day-item">Wed</span>
<span className="day-item">Thu</span>
<span className="day-item">Fri</span>
<span className="day-item">Sat</span>

Loading…
Cancel
Save