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) => {
-

Loading...

+

{texts[Math.floor(Math.random() * texts.length)]}

diff --git a/src/style.css b/src/style.css index 5125365..2cb31c7 100644 --- a/src/style.css +++ b/src/style.css @@ -477,15 +477,6 @@ svg { margin: 0 auto; user-select: none; } -.alwaysOnBottomRight { - z-index: 0; - position: fixed; - right: 0; - bottom: 0px; - /* transform: translate(-50%, -50%); */ - margin: 0 auto; - user-select: none; -} .selectOrch, .selectOrch a{ text-shadow: 0.5px 0.5px 0.8px #948dff;