File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) {
You can’t perform that action at this time.
0 commit comments