From 9712e2065fd82674c341f7f3bfcd6b358961c1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mora?= Date: Fri, 19 Dec 2025 06:40:32 -0500 Subject: [PATCH] Fixed deprecated legacy behavior from motion. --- app/components/AnimatedButton.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/components/AnimatedButton.tsx b/app/components/AnimatedButton.tsx index 2b81e9f..b263164 100644 --- a/app/components/AnimatedButton.tsx +++ b/app/components/AnimatedButton.tsx @@ -93,14 +93,14 @@ export default function AnimatedButton({ } return ( - - + {buttonContent} - - + + ); }