mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 17:11:17 +00:00
fix(waitlist): reset logo animation on mouse leave
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -162,6 +162,7 @@ export function AnimatedLogo({ state, className }: AnimatedLogoProps) {
|
||||
onLoopComplete={onLoopComplete}
|
||||
onMouseDown={onMouseDown}
|
||||
onMouseUp={onMouseUp}
|
||||
onMouseLeave={onMouseUp}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user