~chrono/personal-website-alyx

5ebf86cb01d4f3a90f36d37116079977c04d8ef6 — Chrono 4 months ago 4da7406
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) {