Danielsio / Plan-IT-Web

An application that prepares smart study schedules for students during exam periods.
https://plan-it-web-seven.vercel.app/
1 stars 2 forks source link

Admin dashboard fixes #78

Closed itayf9 closed 1 year ago

itayf9 commented 1 year ago

I've made some changes in the admin dashboard UI and I've made some other minor changes throughout the app as well.

New:

צילום מסך 2023-08-05 161418

closes #57 closes #75

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plan-it-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2023 11:12pm
Danielsio commented 1 year ago

could you please include the fix in line 492: <GoogleCalendarButton handleOpenCalendar={{handleOpenCalendar}}/> => <GoogleCalendarButton handleOpenCalendar={handleOpenCalendar}/>

itayf9 commented 1 year ago

could you please include the fix in line 492: <GoogleCalendarButton handleOpenCalendar={{handleOpenCalendar}}/> => <GoogleCalendarButton handleOpenCalendar={handleOpenCalendar}/>

fixed