diff options
Diffstat (limited to 'src/components/Layout.js')
| -rw-r--r-- | src/components/Layout.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Layout.js b/src/components/Layout.js index eb4e8923..eb2b1582 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -9,7 +9,7 @@ export default function Layout({ children, pageProps }) { const transition = { ease: 'linear', - duration: 0.2 + duration: 0.5 }; return children && ( |
