From 3d22bf59100064494f0c1cdb5a8d25e303e9af2e Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 4 Oct 2023 11:55:35 +0100 Subject: [PATCH] Remove errant comma --- src/lib/overlays/welcome.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/overlays/welcome.svelte b/src/lib/overlays/welcome.svelte index 312f0b9..0f7911b 100644 --- a/src/lib/overlays/welcome.svelte +++ b/src/lib/overlays/welcome.svelte @@ -21,7 +21,7 @@ const pageText: string[] = [ '

Staff LDB Updated

' + - '

An upgrade to the Staff Departure Boards may mean that they are temporarily unavailable, while your device updates the app

' + + '

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

', ];