Adding more confetti, as requested

This commit is contained in:
Mateusz Konieczny 2022-01-10 14:12:49 +01:00
parent a1ebda8273
commit e2c9fd4073

View File

@ -235,6 +235,8 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
Confetti({ Confetti({
angle: 60, angle: 60,
disableForReducedMotion: true, disableForReducedMotion: true,
particleCount: 200,
ticks: 300,
origin: {x, y}, origin: {x, y},
zIndex: 2000 zIndex: 2000
}); });