Skip to content

Commit bf62e22

Browse files
changed number of particles (odd numbers work better)
1 parent cd1debb commit bf62e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default function Landing() {
109109
<Explosion
110110
colour1="#ef4444"
111111
colour2="#f59e0b"
112-
count={25}
112+
count={11}
113113
yOffset={40}
114114
/>
115115
)}

0 commit comments

Comments
 (0)