Skip to content

Commit f424549

Browse files
committed
Update to add notice of april shoutdown
1 parent de573de commit f424549

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/Molecules/MaintenanceNotice.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="maintenance-notice__box">
44
<v-icon right color="primary">mdi-alert</v-icon>
55
Please be aware that we will be performing routine server maintenance from
6-
<b>August 4th to 7th</b>. <br />During this period, you may experience
6+
<b>April 24th to 26th</b>. <br />During this period, you may experience
77
temporary disruptions. We apologize for any inconvenience and appreciate
88
your understanding.
99
</div>
@@ -16,8 +16,8 @@ export default {
1616
computed: {
1717
isMessageVisible() {
1818
const dateRange = {
19-
start: new Date('2025-07-24T10:00:00+02:00'),
20-
end: new Date('2025-08-07T22:00:00+02:00'),
19+
start: new Date('2026-04-21T10:00:00+02:00'),
20+
end: new Date('2026-04-26T22:00:00+02:00'),
2121
};
2222
2323
if (new Date() >= dateRange.start && new Date() <= dateRange.end) {

0 commit comments

Comments
 (0)