Update Help links to include Facebook Page.
This commit is contained in:
parent
20695549b5
commit
84c497f3c5
@ -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;
|
||||
|
@ -7,7 +7,7 @@
|
||||
{ title: 'Your Data', path: '/more/data' },
|
||||
{ title: 'Registration', path: '/more/reg' },
|
||||
{ title: 'Settings', path: '/more/settings' },
|
||||
{ title: 'Report Issue', path: '/more/report' },
|
||||
{ title: 'Help', path: '/more/help' },
|
||||
{ title: 'About', path: '/more/about' },
|
||||
{ title: 'Location Reference Code Lookup', path: '/more/corpus' },
|
||||
{ title: 'Reason Code Lookup', path: '/more/reasons' },
|
||||
|
15
src/routes/more/help/+page.svelte
Normal file
15
src/routes/more/help/+page.svelte
Normal file
@ -0,0 +1,15 @@
|
||||
<script>
|
||||
import Header from "$lib/navigation/header.svelte";
|
||||
import Nav from "$lib/navigation/nav.svelte";
|
||||
|
||||
</script>
|
||||
<Header title={"Help"} />
|
||||
<Nav />
|
||||
<br><br>
|
||||
<p>
|
||||
If you need help you can use the <a href="https://www.facebook.com/owlboard.support">OwlBoard Support</a> page on Facebook.
|
||||
</p>
|
||||
<br><br>
|
||||
<p>There, you can watch help videos, ask a question or suggest a feature.</p>
|
||||
|
||||
<p>Alternatively, you can report an issue on the <a href="/more/report">Report an Issue</a> page.</p>
|
@ -84,7 +84,7 @@
|
||||
<p>You will be able to register again using the same email address</p>
|
||||
{:else if state == 'unauth'}
|
||||
<p>The email address you entered does not belong to an authorised business.</p>
|
||||
<p>If you think this is an error, you can report an issue by <a href="/more/report">reporting an issue</a>.</p>
|
||||
<p>If you think this is an error, you can get help on <a href="/more/help">the help page</a>.</p>
|
||||
{:else if state == 'error'}
|
||||
<p>There was an error processing your request.</p>
|
||||
<p>Check that the email you entered was correct or try again later.</p>
|
||||
|
@ -87,8 +87,9 @@
|
||||
{/if}
|
||||
|
||||
{#if !preFlight && !isDone}
|
||||
<p>Get help on the <a href="https://www.facebook.com/owlboard.support">OwlBoard Support Facebook Page</a></p>
|
||||
<p>
|
||||
Check for existing reports
|
||||
Or submit an issue, you can check for existing reports
|
||||
<a href="https://git.fjla.uk/OwlBoard/backend/issues" target="_blank">here</a>
|
||||
before submitting a new issue.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user