From adff7c8e9056585ef4410fa7d1c478ab96f564e0 Mon Sep 17 00:00:00 2001 From: Tal-Ben-Avi Date: Tue, 7 May 2024 11:22:12 +0300 Subject: [PATCH] changing title name to Post Grant check-in --- workspaces/website/src/components/Card/DisplayCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/website/src/components/Card/DisplayCard.tsx b/workspaces/website/src/components/Card/DisplayCard.tsx index 10dcc5a424..bab0fe78df 100644 --- a/workspaces/website/src/components/Card/DisplayCard.tsx +++ b/workspaces/website/src/components/Card/DisplayCard.tsx @@ -12,7 +12,7 @@ type Props = { | "Internal Evaluation" | "Results" | "Onboarding" - | "Grant Deliverables"; + | "Post Grant check-in"; readonly description?: string; readonly index: number; } & BoxProps; @@ -22,7 +22,7 @@ const images = { "Internal Evaluation": , Results: , Onboarding: , - "Grant Deliverables": , + "Post Grant check-in": , }; export const DisplayCard = (props: Props) => {