Update Help links to include Facebook Page.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user