diff --git a/src/lib/overlays/welcome.svelte b/src/lib/overlays/welcome.svelte index a365197..ed4d521 100644 --- a/src/lib/overlays/welcome.svelte +++ b/src/lib/overlays/welcome.svelte @@ -21,10 +21,10 @@ const pageText: string[] = [ '

Resgistration Errors

' + - "

There is an issue registering with GWR email addresses being caused by the phishing prevension system in use.

" + + '

There is an issue registering with GWR email addresses being caused by the phishing prevension system in use.

' + '

You will be able to use Headcode and PIS lookups without registering.

' + '

Staff departure boards will remain unavailable unless registered due to sensitive information which may be shown.

' + - '

Join the conversation on the Facebook page where updates will be given.

', + '

Join the conversation on the Facebook page where updates will be given.

' ]; diff --git a/src/lib/scripts/upstream.ts b/src/lib/scripts/upstream.ts index 669455a..abb0aa0 100644 --- a/src/lib/scripts/upstream.ts +++ b/src/lib/scripts/upstream.ts @@ -1,7 +1,7 @@ import { dev } from '$app/environment'; -const testUrl: string = 'http://localhost:8460' -const prodUrl: string = 'https://owlboard.info' +const testUrl: string = 'http://localhost:8460'; +const prodUrl: string = 'https://owlboard.info'; export function getApiUrl() { if (dev) { diff --git a/src/lib/train/pis-handler.svelte b/src/lib/train/pis-handler.svelte index c7ebcde..d475c68 100644 --- a/src/lib/train/pis-handler.svelte +++ b/src/lib/train/pis-handler.svelte @@ -11,8 +11,10 @@ PIS: {pisObject.code} {:else if pisObject['skipCount'] > 0} PIS: {pisObject.code} -
- (skip {pisObject.skipType}{#if pisObject.skipCount > 1} {" " + pisObject.skipCount} stops{:else} stop{/if}) +
+ (skip {pisObject.skipType}{#if pisObject.skipCount > 1} {' ' + pisObject.skipCount} stops{:else} stop{/if}) {/if} {/if} @@ -28,4 +30,4 @@ font-weight: 600; color: var(--main-text-color); } - \ No newline at end of file + diff --git a/src/lib/train/train-detail.svelte b/src/lib/train/train-detail.svelte index cc61625..74c271f 100644 --- a/src/lib/train/train-detail.svelte +++ b/src/lib/train/train-detail.svelte @@ -46,8 +46,10 @@ {:then serviceDetail} {#if serviceDetail.stpIndicator === 'C'} -

This has been removed from the timetable for today.

- The service will not run, another service may be running in its place.

+

+ This has been removed from the timetable for today.

+ The service will not run, another service may be running in its place. +

{:else} {#if serviceDetail.vstp}
VSTP
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 814979a..615ebfc 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -7,8 +7,7 @@ - -