diff --git a/frontend/ChapterList.vue b/frontend/ChapterList.vue index 64bd9d6..c4196d1 100644 --- a/frontend/ChapterList.vue +++ b/frontend/ChapterList.vue @@ -871,10 +871,10 @@ export default Vue.extend({ if (time.isValid()) { c = 'is-danger'; } - if (time.isAfter(dayjs().add(-2, 'month'))) { + if (time.isAfter(dayjs().add(-58, 'day'))) { c = 'is-warning'; } - if (time.isAfter(dayjs().add(-1, 'month'))) { + if (time.isAfter(dayjs().add(-29, 'day'))) { c = 'is-success'; } return c;