Change welcome message referencing OwlBoard/backend#71

This commit is contained in:
Fred Boniface 2024-03-01 22:13:08 +00:00
parent a4276bd0e9
commit 6c0d152358
2 changed files with 7 additions and 7 deletions

View File

@ -20,11 +20,11 @@
}
const pageText: string[] = [
'<h3>A new way to find PIS Codes</h3>' +
"<p>You can now use a headcode to find a PIS code where there is only a partial match</p>" +
'<p>For now, you can see a PIS code where you need to skip some stops at the start,</p>' +
'<p>soon, you will be able to find PIS codes where you need to skip stops at the end.</p>' +
'<p>Check out our <a href="https://www.facebook.com/owlboard.support">Facebook page</a> where a video guide will be available soon.</p>',
'<h3>Resgistration Errors</h3>' +
"<p>There is an issue registering with GWR email addresses being caused by the phishing prevension system in use.</p>" +
'<p>You will be able to use Headcode and PIS lookups without registering.</p>' +
'<p>Staff departure boards will remain unavailable unless registered due to sensitive information which may be shown.</p>' +
'<p>Join the conversation on the <a href="https://www.facebook.com/owlboard.support">Facebook page</a> where updates will be given.</p>',
];
</script>

View File

@ -1,3 +1,3 @@
export const version: string = '2024.2.2';
export const version: string = '2024.3.0';
export const versionTag: string = '';
export const showWelcome: boolean = false;
export const showWelcome: boolean = true;