From 7235dfe142c3acd461521d437d8d916dbed80d0d Mon Sep 17 00:00:00 2001 From: ml-241 Date: Fri, 25 Jul 2025 11:29:41 -0400 Subject: [PATCH] Update AI Rive animation link --- fern/rive-animation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/rive-animation.js b/fern/rive-animation.js index 3244bb9fc..de6a9a960 100644 --- a/fern/rive-animation.js +++ b/fern/rive-animation.js @@ -276,7 +276,7 @@ // AI Animation with custom event handling createRiveAnimation({ canvasSelector: '#ai-rive-canvas', - riveUrl: 'https://cdn.prod.website-files.com/67880ff570cdb1a85eee946f/68825e97fd6225e1c8a7488c_b8d233d3b43c3da6eff8cc65874d7b49_ai_animation.riv', + riveUrl: 'https://cdn.prod.website-files.com/67880ff570cdb1a85eee946f/68825e97fd6225e1c8a7488c_c2966309b38902c92adfe24c2dc8ba5a_ai_animation.riv', aspectRatio: 371/99, stateMachine: "State Machine 1", fallbackImages: [ @@ -438,4 +438,4 @@ window.createRiveAnimation = createRiveAnimation; window.switchRiveThemes = switchAllRiveThemes; window.setupRiveSiteThemeSync = setupRiveSiteThemeSync; -})(); \ No newline at end of file +})();