From b79c6830a645149c107186ce96f41bceda82a5c6 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 17 Dec 2022 08:38:56 +0700 Subject: no message --- src/components/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') 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 && ( -- cgit v1.2.3