Skip to content

Commit 5f0f09a

Browse files
committed
Make fact changing slower (this shouldn't change anything)
1 parent 6d1181e commit 5f0f09a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2>Loading...</h2>
111111
const factInterval = setInterval(() => {
112112
factIndex = (factIndex + 1) % facts.length;
113113
factElement.innerText = facts[factIndex];
114-
}, 500);
114+
}, 3000);
115115

116116
canvas.addEventListener("webglcontextlost", (e) => {
117117
alert('Error with WebGL. Please reload the page');

0 commit comments

Comments
 (0)