From ce16ffadc9c0db5a31665d30aff2b6eeaa8e7834 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 19 Nov 2022 16:09:43 +0700 Subject: change transition duration --- 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 eb2b1582..42d8ebdf 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.5 + duration: 0.4 }; return children && ( -- cgit v1.2.3