fix splash text display not displaying first entry
1 files changed, 0 insertions(+), 1 deletions(-) M islands/SplashTextDisplay.tsx
M islands/SplashTextDisplay.tsx => islands/SplashTextDisplay.tsx +0 -1
@@ 15,7 15,6 @@ export default function SplashTextDisplay() { do { nextSplash = Math.floor(Math.random() * splashTexts.length); } while ( - splashTexts[nextSplash] === splashTexts[0] || seenSplashes.includes(splashTexts[nextSplash]) ); } else if (seenSplashes.length >= splashTexts.length) {