mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +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}
|
onLoopComplete={onLoopComplete}
|
||||||
onMouseDown={onMouseDown}
|
onMouseDown={onMouseDown}
|
||||||
onMouseUp={onMouseUp}
|
onMouseUp={onMouseUp}
|
||||||
|
onMouseLeave={onMouseUp}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user