From b6ce119bb17be420d3147f80d9bc0a0559e649d2 Mon Sep 17 00:00:00 2001 From: ErkiKadhafi Date: Mon, 20 Jan 2025 22:13:39 +0700 Subject: [PATCH] fix hero pill --- src/components/sections/hero.tsx | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/src/components/sections/hero.tsx b/src/components/sections/hero.tsx index 00f3b11..13d77a8 100644 --- a/src/components/sections/hero.tsx +++ b/src/components/sections/hero.tsx @@ -36,25 +36,29 @@ function HeroPill() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8, ease }} > - + )} */} + ); }