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