diff --git a/index.html b/index.html
index 3948a37..c96c181 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,12 @@
Wel
-
+
+
+
+
StudyPlan
+
${readinessPercentage}%
Readiness
+
@@ -1924,7 +1926,6 @@ document.addEventListener('DOMContentLoaded', () => {
renderFocusTasks();
});
}
-
downloadBtn.addEventListener('click', () => {
currentView = 'review';
document.querySelector('.cal-section').classList.add('hidden');
@@ -1938,7 +1939,6 @@ document.addEventListener('DOMContentLoaded', () => {
currentMonthDate.setMonth(currentMonthDate.getMonth() - 1);
renderCalendar();
});
-
document.getElementById('cal-next').addEventListener('click', () => {
currentMonthDate.setMonth(currentMonthDate.getMonth() + 1);
renderCalendar();