🐞 Bug Description
The Week 1 to Week 4 buttons on the calendar page are displayed correctly, but clicking them does not trigger any actions (such as page navigation or URL redirection).
📝 Steps to Reproduce
Open the browser and navigate to http://localhost:8080/calendar.
Click on the Week 1, Week 2, Week 3, or Week 4 buttons.
Expected Behavior: Each button redirects to its respective weekly page.
Actual Behavior: The buttons do not redirect, and the page remains the same.
🤔 Expected Result
Week 1 → /calendar/week?week=1
Week 2 → /calendar/week?week=2
Week 3 → /calendar/week?week=3
Week 4 → /calendar/week?week=4
🖥️ Environment
OS: Windows 11
Browser: Chrome 121.0.0.1
Version: Project v1.0.0
📸 Screenshots

🔗 Related Code
calendar.html
html
코드 복사
Week 1
Week 2
Week 3
Week 4
🙏 Additional Notes
Once resolved, I will test and confirm the fix.
Please review the solution to ensure no additional changes are required.
🐞 Bug Description
The Week 1 to Week 4 buttons on the calendar page are displayed correctly, but clicking them does not trigger any actions (such as page navigation or URL redirection).
📝 Steps to Reproduce

Open the browser and navigate to http://localhost:8080/calendar.
Click on the Week 1, Week 2, Week 3, or Week 4 buttons.
Expected Behavior: Each button redirects to its respective weekly page.
Actual Behavior: The buttons do not redirect, and the page remains the same.
🤔 Expected Result
Week 1 → /calendar/week?week=1
Week 2 → /calendar/week?week=2
Week 3 → /calendar/week?week=3
Week 4 → /calendar/week?week=4
🖥️ Environment
OS: Windows 11
Browser: Chrome 121.0.0.1
Version: Project v1.0.0
📸 Screenshots
🔗 Related Code
calendar.html
html
코드 복사
🙏 Additional Notes
Once resolved, I will test and confirm the fix.
Please review the solution to ensure no additional changes are required.