fix: Update upcoming projects calculation to include the next 5 weeks
This commit is contained in:
@@ -92,7 +92,7 @@ export default function ProjectCalendarPage() {
|
||||
|
||||
const getUpcomingProjects = () => {
|
||||
const today = startOfDay(new Date());
|
||||
const nextMonth = addWeeks(today, 4);
|
||||
const nextMonth = addWeeks(today, 5); // Next 5 weeks
|
||||
|
||||
return projects
|
||||
.filter(project => {
|
||||
|
||||
Reference in New Issue
Block a user