Update Help links to include Facebook Page.

This commit is contained in:
Fred Boniface
2023-12-04 11:10:53 +00:00
parent 20695549b5
commit 84c497f3c5
6 changed files with 24 additions and 9 deletions

View File

@@ -20,11 +20,10 @@
}
const pageText: string[] = [
'<h3>Sorry</h3>' +
'<p>The hardware behind OwlBoard has been upgraded and it will now be faster.<p>' +
"<p>Unfortunately, you will need to <a href='/more/reg'>re-register</a>.</p>",
"<p>Additional PIS Codes for LTV and Devon Metro services have been added too</p>" +
"<p>More are being added all the time</p>"
'<h3>A small Update</h3>' +
"<p>There is a new Facebook Support page <a href='https://www.facebook.com/owlboard.support'>'OwlBoard Support'</a></p>" +
'<p>You can use it to ask for help and give suggestions</p>' +
'<p>Help links have been updated.</p>',
];
</script>

View File

@@ -1,3 +1,3 @@
export const version: string = '2023.10.3';
export const version: string = '2023.10.4';
export const versionTag: string = '';
export const showWelcome: boolean = true;