From 61cb19b38129d100e60a744eda763379ba38b479 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 18 Jun 2025 07:20:19 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/confetti.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/confetti.tsx b/apps/web/src/components/confetti.tsx index 61c539c2..21b1f917 100644 --- a/apps/web/src/components/confetti.tsx +++ b/apps/web/src/components/confetti.tsx @@ -11,6 +11,7 @@ export type ConfettiOptions = Simplify< } > +// TODO: make shoot in from the sides export function useConfettiFireworks() { const fireConfetti = useCallback((options: ConfettiOptions = {}) => { const duration = options.duration ?? 4 * 1000