diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-17 08:38:56 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-17 08:38:56 +0700 |
| commit | b79c6830a645149c107186ce96f41bceda82a5c6 (patch) | |
| tree | 52b9b31f4c19c9ed68a5de8106fe8e0a53101536 /src/components/Layout.js | |
| parent | 63a18d6e4a2cf0101a7dccce50dd35e64a07154a (diff) | |
no message
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 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 && ( |
