@ -261,7 +261,7 @@ const DaysList = ({
return events.map((e) => {
if (sDay == e.day && sMonth == e.month && sYear == e.year) {
return <span key={'dot' + e.id} style={{
color: e.dotColor
color: e.color
}}>.</span>;
}
@ -55,7 +55,7 @@ const eventsList = [
year: 1400,
month: 10,
day: 3,
dotColor: 'blue'
color: 'blue'
},
{
id: 4,