chore(client): update PageTransition spacing

This commit is contained in:
null 2026-06-09 20:51:32 -05:00
parent 5b0c50809c
commit 57e4d8039b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export default function PageTransition({ children, routeKey }) {
if (reduceMotion) return children;
return (
<AnimatePresence mode="wait" initial={false}>
<AnimatePresence initial={false}>
<motion.div
key={routeKey}
initial={{ opacity: 0, y: 8 }}