diff --git a/src/lib/overlays/welcome.svelte b/src/lib/overlays/welcome.svelte index 95e0696..312f0b9 100644 --- a/src/lib/overlays/welcome.svelte +++ b/src/lib/overlays/welcome.svelte @@ -20,11 +20,9 @@ } const pageText: string[] = [ - '
An issue present since 28/07/2023 has meant that new users or users with expired logins are unable to register.
' + - 'This issue has now been fixed and new users will be able to register for Rail Staff Access
', - 'OwlBoard is always improving, the current focus is to improve performance when you have low mobile signal by reducing the amount of data being sent.
' + 'An upgrade to the Staff Departure Boards may mean that they are temporarily unavailable, while your device updates the app
' + + '
Once the update is complete, staff departure board will load faster and more reliably over slow connections
', ]; diff --git a/src/lib/stores/version.ts b/src/lib/stores/version.ts index 0f7009a..96c1c64 100644 --- a/src/lib/stores/version.ts +++ b/src/lib/stores/version.ts @@ -1,3 +1,3 @@ export const version: string = '2023.10.1'; export const versionTag: string = ''; -export const showWelcome: boolean = false; +export const showWelcome: boolean = true;