diff --git a/assets/index.js b/assets/index.js index 170e25f..03a987e 100644 --- a/assets/index.js +++ b/assets/index.js @@ -14,7 +14,7 @@ function writeoutnavlabel() { if (i < text.length) { label.textContent += text.charAt(i); i++; - setTimeout(type, 100); + setTimeout(type, 180); } } // why am i using a function inside a function?