From cde7e7ab6eb455de840ee0c1fc33566cd44c744e Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:40:51 -0500 Subject: [PATCH] Added Spacing Between Activity Cards --- components/activity-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/activity-item.tsx b/components/activity-item.tsx index 0c80a43..ad6692f 100644 --- a/components/activity-item.tsx +++ b/components/activity-item.tsx @@ -10,7 +10,7 @@ interface ActivityItemProps { export const ActivityItem = ({ data }: ActivityItemProps) => { return ( -