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