fix(schedule): months title

This commit is contained in:
fiftin 2024-06-26 14:36:59 +05:00
parent bc500c8853
commit d31ebd3dea
No known key found for this signature in database
GPG Key ID: 044381366A5D4731

View File

@ -200,16 +200,31 @@ const MONTHS = [{
title: 'March',
}, {
id: 4,
title: 'March',
title: 'April',
}, {
id: 5,
title: 'March',
title: 'May',
}, {
id: 6,
title: 'March',
title: 'June',
}, {
id: 7,
title: 'March',
title: 'July',
}, {
id: 8,
title: 'August',
}, {
id: 9,
title: 'September',
}, {
id: 10,
title: 'October',
}, {
id: 11,
title: 'November',
}, {
id: 12,
title: 'December',
}];
const TIMINGS = [{