diff --git a/demos/springy-boxes/src/index.jsx b/demos/springy-boxes/src/index.jsx
index 5796ce89..ce316cb1 100755
--- a/demos/springy-boxes/src/index.jsx
+++ b/demos/springy-boxes/src/index.jsx
@@ -23,7 +23,7 @@ function Content() {
useEffect(() => void setInterval(() => set((i) => ({ ...random(i), delay: i * 40 })), 3000), [])
return data.map((d, index) => (
-
+
))
@@ -31,9 +31,9 @@ function Content() {
createRoot(document.getElementById('root')).render(
)