Added dummy data as temp bandaid

This commit is contained in:
Alexis
2024-05-18 21:30:12 +02:00
parent 13b8be9399
commit ce2dbbc8a4
2 changed files with 11 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ function handleGotoPreviousEventPage(position: 'next' | 'prev' = 'next') {
let fromDate: RPGDate
// To modify, obviously
const daysPerMonth = 30
const daysPerMonth = 32
const monthsPerYear = 10
const toDay = position === 'next' ? daysPerMonth : 1