From bd61dc6b0c2c2075bd993f97fd86dd63d82119cf Mon Sep 17 00:00:00 2001 From: Shreeya Adhikari Date: Tue, 1 Sep 2026 15:57:54 -0400 Subject: [PATCH 1/2] aligned div to be in center --- apps/frontend/src/app/components/ProjectCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/app/components/ProjectCard.tsx b/apps/frontend/src/app/components/ProjectCard.tsx index f9c3a5da..7e408c4d 100644 --- a/apps/frontend/src/app/components/ProjectCard.tsx +++ b/apps/frontend/src/app/components/ProjectCard.tsx @@ -68,7 +68,7 @@ export default function ProjectCard(props: ProjectCardProps) { across a row. */}

{props.name}

-
+
} label="Budget" @@ -79,7 +79,7 @@ export default function ProjectCard(props: ProjectCardProps) { } />
Date: Tue, 1 Sep 2026 20:29:30 -0400 Subject: [PATCH 2/2] made changes to the row --- apps/frontend/src/app/components/ProjectCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/frontend/src/app/components/ProjectCard.tsx b/apps/frontend/src/app/components/ProjectCard.tsx index 7e408c4d..63fd99c5 100644 --- a/apps/frontend/src/app/components/ProjectCard.tsx +++ b/apps/frontend/src/app/components/ProjectCard.tsx @@ -40,7 +40,7 @@ function StatColumn({ grow?: boolean; }) { return ( -
+
{icon} @@ -68,7 +68,7 @@ export default function ProjectCard(props: ProjectCardProps) { across a row. */}

{props.name}

-
+
} label="Budget" @@ -79,7 +79,7 @@ export default function ProjectCard(props: ProjectCardProps) { } />