hongjli
2025-04-05 47f46ef1609a74e5a2ddba0c33463c0352ffab16
src/app/login/page.tsx
@@ -244,7 +244,7 @@
                <>
                  <motion.div 
                    className="relative group"
                    initial={{ opacity: 0, x: -20 }}
                    initial={{ opacity: 1, x: 0 }}
                    animate={{ opacity: 1, x: 0 }}
                    exit={{ opacity: 0, x: 20 }}
                    transition={{ duration: 0.3 }}
@@ -267,7 +267,7 @@
                  
                  <motion.div 
                    className="relative group"
                    initial={{ opacity: 0, x: -20 }}
                    initial={{ opacity: 1, x: 0 }}
                    animate={{ opacity: 1, x: 0 }}
                    exit={{ opacity: 0, x: 20 }}
                    transition={{ duration: 0.3, delay: 0.1 }}