fix(waitlist): reset logo animation on mouse leave

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-08 02:53:35 +00:00
parent 2b40c28e25
commit 93b147830c

View File

@@ -162,6 +162,7 @@ export function AnimatedLogo({ state, className }: AnimatedLogoProps) {
onLoopComplete={onLoopComplete} onLoopComplete={onLoopComplete}
onMouseDown={onMouseDown} onMouseDown={onMouseDown}
onMouseUp={onMouseUp} onMouseUp={onMouseUp}
onMouseLeave={onMouseUp}
/> />
) )
} }