Calendar Sidebar Fixed

@AlexE030 and me
the days start at the right weekday now
2.30 am coding sessions are the best
This commit is contained in:
AliGitGut
2023-06-08 02:36:36 +02:00
parent 964934690b
commit 2abef513fe
3 changed files with 27241 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default function planning(p)
justifyContent : "space-around",
alignItems : "center"
}}>
<BasicDateCalendar startyear={2015} startday={1} endyear={2015} endday={80}/>
<BasicDateCalendar startyear={2023} startday={1} endyear={2024} endday={100}/>
<CalenderView/>
<div style={{
width : 250