From aa2d928153f339b9da9a16ab2c02b6641a06144d Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 7 Jan 2025 23:03:55 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20animation=20speed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PackageCard/ExpandButton.tsx | 23 +++++++++------------ 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/components/PackageCard/ExpandButton.tsx b/src/components/PackageCard/ExpandButton.tsx index 7d0ee78..f69a1f4 100644 --- a/src/components/PackageCard/ExpandButton.tsx +++ b/src/components/PackageCard/ExpandButton.tsx @@ -9,19 +9,16 @@ export function ExpandButton({ expanded, onClick }: ExpandButtonProps) { return ( ); -} \ No newline at end of file +}