summaryrefslogtreecommitdiff
path: root/src/components/Layout.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Layout.js')
-rw-r--r--src/components/Layout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Layout.js b/src/components/Layout.js
index 1c7e1d85..03b9aa59 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -3,7 +3,7 @@ import { motion } from 'framer-motion';
export default function Layout({ children, ...pageProps }) {
const transition = {
ease: 'easeOut',
- duration: 0.2
+ duration: 0.3
};
return children && (