Add welcome message - November downtime

This commit is contained in:
Fred Boniface 2023-11-10 20:51:36 +00:00
parent 08cd8257a7
commit 1be9fea029
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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;