diff --git a/src/pages/loadingScreen.js b/src/pages/loadingScreen.js index 7efeefc..4cbdb6c 100644 --- a/src/pages/loadingScreen.js +++ b/src/pages/loadingScreen.js @@ -46,6 +46,19 @@ const Startup = (obj) => { } }, [refreshInterval]); + const texts = [ + "Preloading all the things...", + "Preloading all the things...", + "Preloading all the things...", + "Speaking to the NSA...", + "Loading...", + "Loading...", + "Loading...", + "Loading...", + "Loading...", + "Loading..." + ] + if (isLoaded) { console.log("Rendering Application"); return obj.children; @@ -58,7 +71,7 @@ const Startup = (obj) => {