Add welcome message - November downtime
This commit is contained in:
parent
08cd8257a7
commit
1be9fea029
@ -20,9 +20,9 @@
|
||||
}
|
||||
|
||||
const pageText: string[] = [
|
||||
'<h3>Staff LDB Updated</h3>' +
|
||||
'<p>An upgrade to the Staff Departure Boards may mean that they are temporarily unavailable while your device updates the app<p>' +
|
||||
'<p>Once the update is complete, staff departure board will load faster and more reliably over slow connections</p>',
|
||||
'<h3>Service Unavailability</h3>' +
|
||||
'<p>Due to changing internet service providers and hardware upgrades during November and December, OwlBoard may be unavailable for short periods.<p>' +
|
||||
"<p>Downtime will be kept to a minimum as it's my own personal connection too.</p>",
|
||||
];
|
||||
</script>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
export const version: string = '2023.10.1';
|
||||
export const version: string = '2023.10.2';
|
||||
export const versionTag: string = '';
|
||||
export const showWelcome: boolean = true;
|
||||
|
Loading…
Reference in New Issue
Block a user