From f8de7309b6c6a7a52f6cc73226ff2c8c392a7917 Mon Sep 17 00:00:00 2001 From: Raghunath Prabhakar <82239949+Raghuboi@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:14:13 -0500 Subject: [PATCH] cosmetic --- src/features/home-about.tsx | 2 +- src/features/home-title.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/features/home-about.tsx b/src/features/home-about.tsx index 7f9e094..d2de8ad 100644 --- a/src/features/home-about.tsx +++ b/src/features/home-about.tsx @@ -14,7 +14,7 @@ const HomeAbout: React.FC = () => { type: "spring", stiffness: 300, damping: 20, - delay: 1, + delay: 1.2, }} className="max-w-full" > diff --git a/src/features/home-title.tsx b/src/features/home-title.tsx index 4650fb0..62ae2f2 100644 --- a/src/features/home-title.tsx +++ b/src/features/home-title.tsx @@ -47,12 +47,13 @@ const HomeTitle: React.FC = () => { );