From 3ead64fedd04e0f20247519c1760c8f4688f1476 Mon Sep 17 00:00:00 2001 From: MasterHW <43460021+MasterHW@users.noreply.github.com> Date: Fri, 26 Apr 2024 02:19:04 -0400 Subject: [PATCH] make projectstats panel collapse on mobile (#3369) --- .../grant-explorer/src/features/round/ViewProjectDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grant-explorer/src/features/round/ViewProjectDetails.tsx b/packages/grant-explorer/src/features/round/ViewProjectDetails.tsx index 5fa6062139..f0f5fb65d1 100644 --- a/packages/grant-explorer/src/features/round/ViewProjectDetails.tsx +++ b/packages/grant-explorer/src/features/round/ViewProjectDetails.tsx @@ -550,7 +550,7 @@ export function ProjectStats() { (isInfiniteDate(round.roundEndTime) || round.roundEndTime > new Date()); return ( -
+