From d7f796c49d2ae4fd67a36c7ec4783b5dbd932433 Mon Sep 17 00:00:00 2001 From: TyzzyT <80623729+TyzzyT@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:31:03 +0100 Subject: [PATCH] Update LoadingMessage.js Adding a few lines of loading messages --- frontend/src/Components/Loading/LoadingMessage.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/Components/Loading/LoadingMessage.js b/frontend/src/Components/Loading/LoadingMessage.js index 0f2c2f882..aaa0f0058 100644 --- a/frontend/src/Components/Loading/LoadingMessage.js +++ b/frontend/src/Components/Loading/LoadingMessage.js @@ -19,7 +19,12 @@ const messages = [ 'I\'ll be here all week', 'Don\'t forget to tip your waitress', 'Apply directly to the forehead', - 'Loading Battlestation' + 'Loading Battlestation', + 'Adding more cowbell…', + 'Loading… feel the rhythm!', + 'Spinning the vinyl…', + 'Syncing with the beat…', + 'Preparing the setlist…' ]; let message = null;