diff --git a/src/pages/index.astro b/src/pages/index.astro index 9d7e8a0..215dad7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,9 +17,9 @@ import Layout from '../layouts/Layout.astro';
-

Tracking expenses should be

+

Tracking expenses should be

- + easy.
Download on App Store @@ -184,10 +184,10 @@ import Layout from '../layouts/Layout.astro'; function runShuffleTimer(index: number) { const currentIndex = shuffleWords(index); - setTimeout(runShuffleTimer, 1800, currentIndex); + setTimeout(runShuffleTimer, 1800, currentIndex); } - runShuffleTimer(0); + setTimeout(runShuffleTimer, 1800, 1);