From 8703b8060c425401c92247119f02ff144ae6a0a5 Mon Sep 17 00:00:00 2001 From: Aakash Singh <92391710+Aakash231217@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:46:21 +0530 Subject: [PATCH] Update Main.js --- src/components/Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Main.js b/src/components/Main.js index bce3550..7b1b9ad 100644 --- a/src/components/Main.js +++ b/src/components/Main.js @@ -185,7 +185,7 @@ const Main = () => { transition: { type:'spring', duration: 1.5, delay:1} }} animate={{ - y:0, + y:35, transition: { type:'spring', duration: 1.5, delay:1} }} whileHover={{scale: 1.1}}