From cb7af35bdc7d83b77ea97c8af2a5f6ec80b6345a Mon Sep 17 00:00:00 2001 From: Tben <52448020+BenjaminToby@users.noreply.github.com> Date: Fri, 3 Jun 2022 21:13:54 +0100 Subject: [PATCH] updates --- layouts/general_layout/GeneralLayout.jsx | 1 - pages/about.jsx | 4 ++-- pages/contact.jsx | 4 ++-- pages/index.jsx | 4 ++-- pages/work.jsx | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/layouts/general_layout/GeneralLayout.jsx b/layouts/general_layout/GeneralLayout.jsx index 78d8221..1e9a6f4 100644 --- a/layouts/general_layout/GeneralLayout.jsx +++ b/layouts/general_layout/GeneralLayout.jsx @@ -46,7 +46,6 @@ const GeneralLayout = ({ children, pageName }) => { gsap.to("#main-content-wrapper", { opacity: 1, duration: 2, - delay: 1 }) // gsap.to("#page-loader", { diff --git a/pages/about.jsx b/pages/about.jsx index 4a8b231..9c75a73 100644 --- a/pages/about.jsx +++ b/pages/about.jsx @@ -12,9 +12,9 @@ const about = () => {